Clarify intermediate certificate authority key verification is for intermediate certificate authority key.
This commit is contained in:
parent
e4ed366f64
commit
c6e9629bb1
@ -1,6 +1,6 @@
|
|||||||
= OpenSSL Certificate Chain
|
= OpenSSL Certificate Chain
|
||||||
|
|
||||||
Version: 0.0.0.2
|
Version: 0.0.0.3
|
||||||
|
|
||||||
|
|
||||||
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,7 +27,7 @@ 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
|
== Verify Intermediate Certificate Authority Key
|
||||||
`openssl rsa -noout -text -in ca-key.pem`
|
`openssl rsa -noout -text -in ca-key.pem`
|
||||||
|
|
||||||
== Create Intermediate Certificate Signing Request
|
== Create Intermediate Certificate Signing Request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user