Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Servicecontrol Manager 3.0 User's Guide > Chapter 4 Increasing Servicecontrol Manager Security

Replace Self-Signed Tomcat Certificates

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

Replacing the Tomcat self-signed certificate with a certificate authority signed (CA-signed) certificate on your CMS and your managed nodes will increase your security. You can purchase a CA-signed certificate from a third party certificate authority, or you can act as your own certificate authority.

This will increase SCM security if you are accessing SCM from a Web browser. It guarantees the authenticity of the Web pages, and it virtually eliminates the possibility of unauthorized data interceptions, unauthorized access to SCM, or unauthorized changes to your transactions. It also prevents the possibility of spoofing.

This security enhancement uses the Java keytool from Sun Microsystems. For more information on the keytool, go to http://java.sun.com and search for summary of security tools.

Procedure 4-1 To replace the self-signed certificates:

  1. Log on to the CMS as root.

  2. Identify the MxKeystorePassword:

    mxpassword -l -x MxKeystorePassword

  3. Generate a request for the Tomcat certificate that is placed in the keystore:

    keytool -certreq -alias tomcat -keystore /etc/opt/mx/config/security/certificates -keypass password

    where password is the MxKeystorePassword.

  4. Submit the output to a Certificate Authority to get a CA-signed server certificate.

  5. Create the new Tomcat keytool associated with the CA-signed server certificate:

    keytool -import -alias tomcat -file ca_certificate -keystore /etc/opt/mx/config/security/certificates -keypass password

    where ca_certificate is the filename for the new certificate and password is the MxKeystorePassword.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2002-2003 Hewlett-Packard Development Company, L.P.