Attachmate Worldwide  |   Contact Us  |   NetIQ.com
Home » Support » Solution Library

Technical Notes

Using an OpenSSL Certificate with Reflection for the Web
Technical Note 1864
Last Reviewed 30-May-2008
Applies To
Reflection for the Web 2008 (All Editions)
Reflection for the Web version 8.0 through 9.x
Summary

This technical note describes the steps to follow to convert an OpenSSL certificate to a format that can be used by the Reflection for the Web's certificate wizard. Once converted, you will import the certificate to Tomcat's certificate keystore.

Converting the Certificate

If you have a certificate generated by an Apache server, the certificate format must be converted to a format (pkcs12) recognized by the Reflection for the Web certificate wizard. Follow these steps to convert your certificate.

  1. Locate your Apache-generated certificate. It is typically located in the folder that contains the private key and certificate request file.
  2. Create the pkcs12 package by executing the following command, replacing <myCert> with the name of your Apache certificate:
openssl pkcs12 –export –inkey <myPrivateKey> –in <myCert> –out <myExportedFile>.pfx

Executing the command above creates a file called <myExportedFile>.pfx in your current folder.

Importing the Converted Certificate

Once your Apache certificate is converted to a *.pfx file, you can import the converted certificate to the Reflection management server using the Certificate Wizard.

  1. Stop the Tomcat server.
  2. Launch the Certificate Wizard, located in <install directory>/utilities/CertWizard.sh.
  3. Select a language and follow the prompts to the panel that offers several certificate options: generate, import, update, or copy.
View Full Size
1864_0.gif

Select "Import a new CA-signed certificate," and click Next.

  1. Browse to your converted certificate (*.pfx).
  2. Follow the prompts to finish the wizard.
  3. Restart the Tomcat server.
Related Technical Notes
1702 Implementing a CA Signed Certificate for Tomcat

Did this technical note answer your question?

Yes    No    Somewhat     Not sure yet

Additional comments about this tech note:

Need further help? For technical support, please contact Support.