Fix intermediate certificate authority key filename.

This commit is contained in:
inference 2023-05-30 00:37:41 +01:00
parent 0205b439ff
commit 066f845d52
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

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