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, 12283🔥, 0💬
Popular Posts:
Certificate summary - Owner: www.cisco.com, Cisco, L=San Jose, ST=CALIFORNIA, US Issuer: Cybertrust ...
Certificate summary - Owner: www.symantec.com, Corp Mktg & Comms - Online Exp, Symantec Corporat...
Certificate Summary: Subject: УЦ ПАО Сбербанк Issuer: ПАО Сбербанк Expiration: 2026-08-02...
Certificate summary - Owner: *.hostmonster.com, PositiveSSL Wildcard, Domain Control Validated Issue...
How to start Windows PowerShell? On most Windows systems, you follow these steps to start Windows Po...