OCSP

From DWIKI
Revision as of 10:43, 5 August 2025 by Tony (talk | contribs) (Created page with "=Links= * https://akshayranganath.github.io/OCSP-Validation-With-Openssl/ =HOWTO= ==Get the URL== openssl x509 -noout -text -in bundle.pem |grep -i ocsp # OCSP - URI:http://ocsp.sectigo.com ==Verify== openssl ocsp -issuer foo.bundle -cert foo.crt -text -url http://ocsp.sectigo.com =====Responder Error: unauthorized (6)=== Check bundle/chain and cert =FAQ= ==OCSP response: no response sent==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Links

HOWTO

Get the URL

openssl x509 -noout -text -in bundle.pem |grep -i ocsp
# OCSP - URI:http://ocsp.sectigo.com


Verify

openssl ocsp -issuer foo.bundle -cert foo.crt  -text -url http://ocsp.sectigo.com

==Responder Error: unauthorized (6)

Check bundle/chain and cert

FAQ

OCSP response: no response sent