Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (971)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3291)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2635)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 10884👍, 0💬
Popular Posts:
How to get a list of all certificates in "Personal" certificate store using "certmgr.exe"? The inter...
Certificate Summary: Subject: Chambers of Commerce Root Issuer: Chambers of Commerce Root Expiration...
Certificate summary - Owner: Go Daddy Secure Certificate Authority - G2, http://certs.godaddy.com /re...
Certificate Summary: Subject: CLI-Login Issuer: CLI-Login Expiration: 2018-12-06 14:05:46 UTC Key Id...
What is "makecert.exe" on Windows? What can I use it for? "makecert.exe" is a Certificate Creation t...