Mention optional chain of trust verification.
This commit is contained in:
parent
ee41e6e573
commit
a05ae0af27
@ -1,12 +1,14 @@
|
|||||||
= OpenSSL Certificate Chain
|
= 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
|
This documentation contains the complete set of commands to create a new OpenSSL self-signed
|
||||||
certificate chain with V3 subjectAltName (SAN) extensions enabled.
|
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.
|
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.
|
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
|
== Create Certificate Authority Key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user