There was an error while loading. Please reload this page.
Operation: GET /ca/ocsp/<request> or GET /ocsp/ee/ocsp/<request>
GET /ca/ocsp/<request>
GET /ocsp/ee/ocsp/<request>
Operation: POST /ca/ocsp or POST /ocsp/ee/ocsp
POST /ca/ocsp
POST /ocsp/ee/ocsp
Content: OCSP request
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
RFC 2560
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide