To import certificates to trusted domains on Unix or Linux platforms
cp server.crt /etc/ssl/certs cp server.key /etc/ssl/private
SSL is enabled by default. A self-signed certificate is installed but you should replace it with a valid certificate for your organization. While not recommended, it is possible to disable SSL/TLS encryption entirely.
To disable SSL/TLS encryption
Add the following line to the custom.cfg file:
-Dssl.enabled=false
|
Note: All HTTPS traffic will be redirected to the HTTP port. |
Update any browser bookmarks to specify the HTTP port number.
To customize HTTP and SSL/TLS ports
Add the following lines to the custom.cfg file:
-Dport.https=<port> -Dport.http=<port>
where <port> is any port number not already in use on the machine hosting the server and -Dport.https is for SSL ports and -Dport.http is for non-SSL port.
|
Note: The Command Line utilities and Web Services do not work unless you connect with the non-secure (http) port which allows the utility to discover the secure port. For more information about the Command Line utilities and Web Services, refer to these links: |
See Setting Custom Configuration Settings for general information about customizing configuration settings for the mangement console.
The cipher suites used by Jetty SSL are provided by the JVM. (See Java ™ Cryptography Architecture Sun Providers Documentation.) The ciphers are used in preference order. If a vulnerability is discovered in a cipher (or if it is considered too weak to use), it is possible to include or exclude it without the need to update the JVM in jetty.xml. (See jetty:// SSL Cipher Suites or Jetty/Howto/CipherSuites for more information.)
To include or exclude the used ciphers by SSL/TLS
From the installation directory, navigate to the etc directory.
By default, the installation directory is:
%SystemDrive%:\Program Files\Quest Software\Management Console for Unix
%SystemDrive%:\Program Files (x86)\Quest Software\Management Console for Unix
/opt/quest/mcu
From the etc directory, open the jetty.xml file for editing and do one of the following:
|
Note: By default the jetty.xml file contains sample cipher suites in both the include and the exclude sections. |
Replace the sample ciphers in the uncommented include or exclude section of the jetty.xml file with ciphers recognized by your JVM.
For a list of available cipher suites, visit The SunJSSE Provider.
|
Note: This customization is not upgradable. If you upgrade Management Console for Unix at a future date, you will have to make these changes again, as the jetty.xml file will be overwritten. |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy