Collections:
Other Resources:
Find OCSP Server URL of Certificate CA
How to find the OCSP server URL of certificate's CA? I want to check the status of a certificate using OCSP.
✍: FYIcenter.com
If you want to find the OCSP server URL of certificate's CA
to check the status of an X.509 certificate,
you can follow this tutorial.
1. Open the certificate by double-click the certificate file name on a Windows computer. You see the "Certificate" window displayed.
2. Click "Details" tab. You see a list of certificate attributes.
3. Scroll down and click "Authority Information Access". You see one or more entries.
4. Locate the "Access Method=On-line Certificate Status Protocol" entry. You see the CA's OCSP server URL like, http://ocsp.pki.goog/GTSGIAG3.
5. Take this URL to an OCSP client tool to perform certificate verification.
Â
⇠What Is OCSP (Online Certificate Status Protocol)
2022-03-06, ≈12🔥, 1💬
Popular Posts:
Certificate summary - Owner: www.skype.com Issuer: MSIT Machine Auth CA 2, Dredmond, Dcorp, Dmicroso...
Certificate summary - Owner: *.acesse.com, Domain Control Validated, *.acesse.com Issuer: SERIALNUMB...
Certificate summary - Owner: Entrust Certification Authority - L1E, "(c) 2009 Entrust, Inc.", www.en...
Certificate Summary: Subject: Entrust Root Certification Authority - G2 Issuer: Entrust Root Certifi...
Can I sign my own CSR with a given serial number using the OpenSSL "req -x509" command? Yes, you can...