Mention optional chain of trust verification.

This commit is contained in:
inference 2023-05-30 00:44:14 +01:00
parent ee41e6e573
commit a05ae0af27
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,12 +1,14 @@
= OpenSSL Certificate Chain
Version: 0.0.0.8
Version: 0.0.0.9
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 is recommended.
Optional verification can also be performed between multiple levels of certificates to ensure the
chain of trust is valid.
== Create Certificate Authority Key