| Option | Description |
|---|
| -cert <cert-file> | Path to certificate file (DER or PEM). (Required). |
| -certpurposes <certpurposes> | A comma-separated string containing requested certificate purposes. |
| -der | Certificate is in DER format. |
| -help | Displays this information. |
| -hosts <hosts> | A comma-separated string containing the hostnames of the validation service nodes. For example, 'host1.someorg.org,host2.someorg.org'. (Required). |
| -pem | Certificate is in PEM format. (Default). |
| -port <port> | Remote port of service .(Default is 8080 or 8442 for SSL). |
| -service <service-name> | The name or ID of the validation service to process request. (Required). |
| -silent | Do not produce any output, only return value. |
| -truststore <jks-file> | Path to JKS truststore containing trusted CA for SSL Server certificates.(for HTTPS connections) |
| -truststorepwd <password> | Path to JKS truststore containing trusted CA for SSL Server certificates.(for HTTPS connections) |