Collections:
Other Resources:
OpenSSL "verify -CAfile" - Specify Root CA Certificate
How to specify the root CA certificates that close the signing chain for the server certificate for OpenSSl "verify" command? I have downloaded the root CA certificate in a file.
✍: FYIcenter.com
If you have the root CA certificate downloaded in a file,
you can provide it to the OpenSSL "verify" command using the "-CAfile" option
as shown below:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> verify -untrusted twitter_chain.pem -CAfile DigiCert.pem twitter.pem twitter.pem: OK
The result is good. The certificate validation passed. Let's review the "verify" command options and arguments again:
⇒ OpenSSL "genpkey" Command for RSA Keys
2012-07-24, ≈13🔥, 0💬
Popular Posts:
How to export the Website certificate to a file from Apple Safari? I can view the certificate used b...
Certificate summary - Owner: *.squarespace.com, Web Services, Squarespace Inc, L=New York, ST=New Yo...
How to view contents of a EC public key file using OpenSSL "pkey" command? If you want to view conte...
Certificate Summary: Subject: GlobalSign Organization Validation CA - SHA256 - G2 Issuer: GlobalSign...
Certificate Summary: Subject: GlobalSign Issuer: GlobalSign Expiration: 2029-03-18 10:00:00 UTC Key ...