Also verify chain of trust from intermediate certificate authority certificate to server certificate.
This commit is contained in:
parent
adae788a94
commit
ee41e6e573
@ -1,6 +1,6 @@
|
||||
= OpenSSL Certificate Chain
|
||||
|
||||
Version: 0.0.0.7
|
||||
Version: 0.0.0.8
|
||||
|
||||
|
||||
This documentation contains the complete set of commands to create a new OpenSSL self-signed
|
||||
@ -56,3 +56,6 @@ Each key can be encrypted or unencrypted, with multiple encryption options; AES
|
||||
|
||||
== Verify Server Certificate
|
||||
`openssl x509 -noout -text -in server-crt.pem`
|
||||
|
||||
== Verify Chain of Trust (Intermediate to Server)
|
||||
`openssl verify -CAfile intermediate-crt.pem server-crt.pem`
|
||||
|
Loading…
x
Reference in New Issue
Block a user