Also verify intermediate certificate authority key.

This commit is contained in:
inference 2023-05-30 00:33:48 +01:00
parent cd491245f9
commit e4ed366f64
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,6 +1,6 @@
= OpenSSL Certificate Chain = OpenSSL Certificate Chain
Version: 0.0.0.1 Version: 0.0.0.2
This documentation contains the complete set of commands to create a new OpenSSL self-signed This documentation contains the complete set of commands to create a new OpenSSL self-signed
@ -27,6 +27,9 @@ Each key can be encrypted or unencrypted, with multiple encryption options; AES
== Create Intermediate Certificate Authority Key == Create Intermediate Certificate Authority Key
`openssl genrsa -aes256 -out intermediate-key.pem 4096` `openssl genrsa -aes256 -out intermediate-key.pem 4096`
== Verify Certificate Authority Key
`openssl rsa -noout -text -in ca-key.pem`
== Create Intermediate Certificate Signing Request == Create Intermediate Certificate Signing Request
`openssl req -new -sha256 -key intermediate-key.pem -out intermediate-csr.pem` `openssl req -new -sha256 -key intermediate-key.pem -out intermediate-csr.pem`