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:
Certificate summary - Owner: ssl4092.cloudflare.com, "CloudFlare, Inc.", L=San Francisco, ST=CA, US ...
Certificate summary - Owner: www.alipay.com, Operations Department, "Alipay.com Co.,Ltd", L=Hangzhou...
How to re-encrypt a DSA key file using OpenSSL "dsa" command? I want to change the encryption passwo...
How to connect to a HTTPS Web site using OpenSSL? I see the Web sites using the "https:\" format. If...
Certificate Summary: Subject: xhamster.com Issuer: R3 Expiration: 2021-11-01 03:50:15 UTC Key Identi...