Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (853)
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 (3080)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2483)
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, 10074👍, 0💬
Popular Posts:
Certificate Summary: Subject: SRCA Issuer: SRCA Expiration: 2029-05-20 06:56:00 UTC Key Identifier: ...
Certificate Summary: Subject: Thawte Server CA Issuer: Thawte Server CA Expiration: 2021-01-01 23:59...
How to create a test certificate for myself and put it into "My - Personal" system certificate store...
What is a JKS (Java KeyStore) file? I heard that it used to provide CA certificates to Java applicat...
How to delete a certificate from a certificate store with Microsoft "certutil" tool? If you want to ...