Specifications

Chapter 3: Administration and setup
self-signed certificate. To preserve your configuration, create a backup of
the server.xml file located in /usr/share/tomcat-X/conf under a different
name (for example, server.xml.beforeupgrade).
15. Restart Tomcat by entering the following command:
service tomcat6 restart
If you receive "Untrusted site" errors after adding your certificate, see the KB
article about Accepting an Unsigned Certificate.
Adding a certificate from a certificate authority
Warning: Even though you can add a certificate from a certificate authority,
SolarWinds Technical Support only assists you with adding a self-signed
certificate.
If you need clarification, see the Tomcat help page, or the help page of your
certificate authority.
To add a certificate from a certificate authority:
1. Log on to the virtual appliance by using the console or an SSH connection.
2. Enter the following command: sudo su - root.
3. Navigate to the java bin folder on the virtual appliance. This is generally
found in the /usr/java/jdkX/bin folder, where X represents the jdk version
number.
4. Enter the following command, where mykeystore is the name of your new
keystore:
./keytool -genkey -alias tomcat -keyalg RSA -keystore
/etc/hyper9/mykeystore
5. When prompted, enter a new keystore password. This information is
necessary for a later step.
6. Enter the information necessary for the new certificate. Provide the following
information:
96