OCSP Client Test Tool

Prerequisites: You must have a JRE or JDK 11/15/17 (64-bit) installed.

For the usage of this test tool, follow the below steps:

  1. From the Validation Authority disk image, in the top-level Tools folder, copy the ocspclient folder to your target system.

  2. Open a command prompt in the local ocspclient folder.

  3. To display the usage, from the command line, type the following:

    Copy
    java -jar rtc-ocsp-client.jar
  4. To check responses, type the following:

    Copy
    java -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.