This page was last edited on November 23, 2017, at 16:00.
Comments or questions about this documentation? Contact us for support!
![]() |
Purpose: To configure UCS to use secure HTTPS connections. |
This page describes using configiration options and the keytool utility to configure UCS to use secure HTTPS connections.
This procedure makes use of keytool, which is a key and certificate management utility included in JDK or JRE installations. For instance, when you install Java Environment and Libraries for eServices and UCS, keytool is placed in the \jre\bin directory.
keytool -genkey -v -alias hostname.example.com -dname "CN=hostname.example.com,OU=IT,O=ourcompany,C=FR" -keypass theKeyPassword -keystore certificate.jks -storepass theKeystorePassword -keyalg "RSA" -sigalg "SHA1withRSA" -keysize 2048 -validity 3650
keytool -export -v -alias hostname.example.com -file certificate.cer -keystore certificate.jks -storepass theKeystorePassword
keytool -import -alias hostname.example.com -file certificate.cer -keystore .keystore -storepass anotherPassword
This screenshot shows UCS configured to listen on both HTTP and HTTPS ports.