diff --git a/security/openssl_certificate_chain.adoc b/security/openssl_certificate_chain.adoc index 4d36225..f722540 100644 --- a/security/openssl_certificate_chain.adoc +++ b/security/openssl_certificate_chain.adoc @@ -1,6 +1,6 @@ = OpenSSL Certificate Chain -Version: 0.0.0.3 +Version: 0.0.0.4 This documentation contains the complete set of commands to create a new OpenSSL self-signed @@ -36,6 +36,9 @@ Each key can be encrypted or unencrypted, with multiple encryption options; AES == Create Intermediate Certificate Authority Certificate `openssl ca -config intermediate.conf -extensions v3_intermediate_ca -days 1096 -notext -md sha256 -in intermediate-csr.pem -out intermediate-crt.pem` +== Verify Intermediate Certificate Authority Certificate +`openssl x509 -noout -text -in intermediate-crt.pem` + == Verify Chain of Trust (CA to Intermediate) `openssl verify -CAfile ca-crt.pem intermediate-crt.pem`