Versions Compared

Key

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

...

Server certificates can be imported using the Oracle Java keytool utility, which can be found in the bin sub-directory of the JRE home directory. 

You can also manage certificates through the controller UI using TrustStore Settings on the administration navigation pane. 

JRE version-specific documentation for the keytool utility can be found at docs.oracle.com. For JRE 8, the documentation is available at http://docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html.

You can also manage certificates through the controller UI by using TrustStore Settings on the administration navigation pane. 

Anchor
Configuring Universal Controller
Configuring Universal Controller
Configuring Universal Controller

If you choose not to use the JRE keystoreTrustStore, you must configure the following properties in the Universal Controller Start-up Properties (uc.properties) file:

...

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.