Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use a java truststore that you need the Certificate Authority certificate (.csr, .cert) and import it using the following command

Code Block
$ keytool -import -trustcacerts -alias slc -file <your-CA-certificate.cert/.csr>cert> -keystore truststore.jks -storepass <your-truststore-password> -noprompt

...