Fix intermediate certificate authority key filename.
This commit is contained in:
parent
0205b439ff
commit
066f845d52
@ -1,6 +1,6 @@
|
|||||||
= OpenSSL Certificate Chain
|
= 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
|
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`
|
`openssl genrsa -aes256 -out intermediate-key.pem 4096`
|
||||||
|
|
||||||
== Verify Intermediate Certificate Authority Key
|
== 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
|
== 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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user