Specifications
If you do not use the domain name for the name, you will continue to receive
certificate errors.
7. Type yes when prompted to confirm your new key information.
8. When prompted for the key password, enter the keystore password you
entered before.
9. Modify the owner of the keystore by entering the following command, where
mykeystore is the name of your keystore:
chown hyper9.hyper9 /etc/hyper9/mykeystore
10. Change the permissions on the keystore by entering the following
command, where mykeystore is the name of your keystore:
chmod 755 /etc/hyper9/mykeystore
11. Navigate to /usr/share/tomcat-X/conf, and create a backup of the
server.xml file.
Note: If you use the default keystore, hyper9-keystore, you do not need to
modify the server.xml file.
12. Open the server.xml file.
13. Edit the connector entity to include the keystore location. The entity should
look similar to the following:
<Connector port="8443"
protocol="org.apache.coyote.http11.Http11Protocol"
keystoreFile="../../conf/hyper9-keystore"
keystorePass="h9keystore"
SSLEnabled="true"
maxThreads="150"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS" />
14. Save the server.xml file.
Note: After an upgrade, the certificate configuration reverts back the default
95
Adding a self-signed SSL certificate