diff --git a/documentation/openssl_selfsigned_certificate_chain.xhtml b/documentation/openssl_selfsigned_certificate_chain.xhtml index e237899..fca4584 100644 --- a/documentation/openssl_selfsigned_certificate_chain.xhtml +++ b/documentation/openssl_selfsigned_certificate_chain.xhtml @@ -1,7 +1,7 @@ - + @@ -33,10 +33,11 @@
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 key can be encrypted or unencrypted,
- with multiple encryption options; AES (aes128
or aes256
) is recommended.
- Optional verification can also be performed between multiple levels of certificates to ensure the chain
+ certificate chain with V3 subjectAltName (SAN) extensions enabled. SANs can be included in a certificate
+ by adding each domain as a comma-delimited string.
Each key can be encrypted or unencrypted, with multiple encryption options; AES (aes128
+ or aes256
) is recommended.
Optional verification can also be performed between multiple levels of certificates to ensure the chain of trust is valid.
This documentation is also available in portable AsciiDoc format in my documentation source code repository.