From cd491245f91f1537f5cd2c3407c06198fbf7ec8b Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 30 May 2023 00:30:55 +0100 Subject: [PATCH] Correction for key encryption, not certificate encryption. --- security/openssl_certificate_chain.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security/openssl_certificate_chain.adoc b/security/openssl_certificate_chain.adoc index 00bd215..a741531 100644 --- a/security/openssl_certificate_chain.adoc +++ b/security/openssl_certificate_chain.adoc @@ -1,13 +1,12 @@ = OpenSSL Certificate Chain -Version: 0.0.0.0 +Version: 0.0.0.1 This documentation contains the complete set of commands to create a new OpenSSL self-signed certificate chain with V3 subjectAltName (SAN) extensions enabled. Multiple SANs can be included in a certificate by adding each domain as a comma-delimited string. -Each certificate can be encrypted or unencrypted, with multiple encryption options; AES is -recommended. +Each key can be encrypted or unencrypted, with multiple encryption options; AES is recommended. == Create Certificate Authority Key