SCVP Client Test Tool

Prerequisites: You must have a Java JRE or JDK 1.7 or 1.8 (32- or 64-bit) installed.
  1. From the Validation Responder disk image, copy the Tools/scvpclient folder to your target system.

  2. Change directories to the local scvpclient folder.

  3. From the command line, to display the usage, type the following:

    Copy
    java jar rtc-scvp-client.jar
  4. To get and validate all known certification paths from the end-entity certificate endEntity.cer file to the trusted self-signed root certificate trustedAnchor.cer file, type the following:

    Copy
    java jar rtc-scvp-client.jar -url http://responder-server:3502 -cert endEntity.cer -anchors trustedAnchor.cer -validate

If the default service is set to SCVP instead of OCSP, then use the following value for the -url argument:

Copy
http://responder_server:3502

Otherwise, use:

Copy
http://responder-server:3502/scvp