Versions Compared

Key

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

...

After you have obtained the certificate, you will need to import the certificate into the truststore. This can be done with the following example keytool command, which will create the keystore if it does not already exist:


<pre>
keytool -keystore $JAVA_HOME/lib/security/cacerts -importcert -trustcacerts -file server_ca_certificate.pem -alias serverca
</pre>
Panel
Html bobswift