OCSP Client Test Tool
-
From the Validation Responder disk image, copy the Tools/ocspclient folder to your target system.
-
Change directories to the local ocspclient folder.
-
To display the usage, from the command line, type the following:
Copyjava -jar rtc-ocsp-client.jar
-
To check responses, type the following:
Copyjava -jar rtc-ocsp-client.jar -issuer " CA.cer" -serial 0x4aef90e3 -url http://responder-server:3502 -VAfile signature.cer
Where:
-
CA.cer is the CA Certificate from the issuing CA of the certificate whose status is to be checked.
-
Serial is the serial number of the certificate whose status is to be checked.
-
VAfile is the OCSP signing certificate of the Validation Authority server on which the Certificate Issuer is registered.
-
url is the Validation Responder server URL.
If the default service is set to OCSP instead of SCVP, then use the following value for the -url argument:
http://responder_server:3502
Otherwise, use:
http://responder-server:3502/ocsp.