-
Notifications
You must be signed in to change notification settings - Fork 148
OCSPClient
Marco Fargetta edited this page Aug 24, 2023
·
2 revisions
$ OCSPClient \
-d ~/.dogtag/pki-tomcat/ca/alias \
-h $HOSTNAME \
-p 8080 \
-t /ca/ocsp \
-c ca_signing \
--serial 6
CertID.serialNumber=6
CertStatus=Good
See also Configuring Internal OCSP Responder.
Note: Currently the CRL has to be published first from CA to OCSP, otherwise OCSPClient will fail.
$ OCSPClient \
-d ~/.dogtag/pki-tomcat/ca/alias \
-h $HOSTNAME \
-p 8080 \
-t /ocsp/ee/ocsp \
-c ca_signing \
--serial 6
CertID.serialNumber=6
CertStatus=Good
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |