Versions Compared

Key

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

...

Anchor
Importing Server Certificates
Importing Server Certificates
Importing Server Certificates

You can import certificates usingĀ TrustStore Settings on the administration navigation pane of the controller or by using the Oracle Java keytool commandAfter 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:

Panel
keytool -keystore $JAVA_HOME/lib/security/cacerts -importcert -trustcacerts -file server_ca_certificate.pem -alias serverca

You can also import certificates using TrustStore Settings on the administration navigation pane of the controller.