diff --git a/security/openssl_certificate_chain.adoc b/security/openssl_certificate_chain.adoc index da5f94a..4d36225 100644 --- a/security/openssl_certificate_chain.adoc +++ b/security/openssl_certificate_chain.adoc @@ -1,6 +1,6 @@ = 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 @@ -27,7 +27,7 @@ Each key can be encrypted or unencrypted, with multiple encryption options; AES == Create Intermediate Certificate Authority Key `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` == Create Intermediate Certificate Signing Request