OCSP Client Test Tool
For the usage of this test tool, follow the below steps:
-
From the Validation Authority disk image, in the top-level Tools folder, copy the ocspclient folder to your target system.
-
Open a command prompt in 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://authority-server:3501/responder -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.
-