Categories:
Android (13)
Apple Mac (29)
DH Keys (39)
DSA Keys (69)
EC Keys (561)
Firefox (31)
General (12)
Google Chrome (25)
Intermediate CA (152)
Java VM (33)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (22)
OpenSSL (237)
Other (7)
Portecle (38)
Publishers (2681)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2217)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
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, 9343👍, 0💬
Popular Posts:
How to get the list of certificates from a certificate store in a text file? I want to keep a copy o...
How to search for certificates in all certificate stores using "certmgr.msc"? I want to see all cert...
Certificate summary - Owner: *.livejournal.com, Domain Control Validated, *.livejournal.com Issuer: ...
Certificate Summary: Subject: Symantec Class 3 Secure Server CA - G4 Issuer: VeriSign Class 3 Public...
How to specify a private key container the "makecert.exe" command? I want to keep the private in my ...