Prior to testing certificate issuance and other account operations using requests to the Digicert PKI Platform SOAP API, the PKI Platform CA certificates need to be imported to the Java trusted certificates store on the system using keytool.
Using the relevant CA Trust Store keystore attached below, the following command can be run from a command prompt window to import the keystore into Java’s trusted certificates store:
keytool –importkeystore –srckeystore [path\to\catruststore.jks]-destkeystore $JAVA_HOME/jre/lib/security/cacerts
To confirm that the import was successful, the contents of the CA certificates keystore can be viewed by running a list command as follows:
keytool -list -v -keystore $JAVA_HOME/jre/lib/security/cacerts