-
Notifications
You must be signed in to change notification settings - Fork 137
OCSP Service
Endi S. Dewata edited this page Oct 16, 2023
·
1 revision
Export the CA signing certificate with the following command:
$ pki-server cert-export ca_signing --cert-file ca_signing.crt
Send the OCSP request with the following command:
$ openssl ocsp \ -url http://pki.example.com:8080/ca/ocsp \ -CAfile ca_signing.crt \ -issuer ca_signing.crt \ -serial 0xf156f31055120c215fab6d8347a7a9e1 Response verify OK 0xf156f31055120c215fab6d8347a7a9e1: good This Update: Oct 16 20:42:29 2023 GMT
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |