How to Install a Third Party Certificate into enVision
Originally Published: 2007-09-12
Article Number
Applies To
Issue
How to Install a Third Party Certificate into enVision
Resolution
How to Install a Third Party Certificate into enVision
- Purchase the third party certificate.
- On the enVision server (Asrv for LS), run the following:
%_ENVISION%\conf>del .keystore - Run the following, answering the questions as requested.
%_ENVISION%\conf>..\jre\bin\keytool -genkey -keyalg RSA -keystore .keystore -validity 360 -alias tomcatNote: The keystore and tomcat passwords are both enVision.
- Run the following commands where ?name? is the name of the enVision server (ex: support-as1).
%_ENVISION%\conf>..\jre\bin\keytool -certreq -keyalg RSA -file name.csr -keystore .keystore -alias tomcat
Enter keystore password: enVision
%_ENVISION%\conf>notepad name.csr - Send the .csr file to the third party. In return, they will send three *.crt files. Copy the *.crt files to any folder on the enVision server.
- Install the root certificate first, using a password of enVision, and answering yes when asked to add the certificate to the keystore:
%_ENVISION%\conf>..\jre\bin\keytool -import -trustcacerts -alias root -keystore .keystore -file location_of_root_cert.crt where location_of_root_cert is the location of the root certificate. - The Intermediate certificate must be installed second, using a password of enVision, and answering yes when asked to add the certificate to the keystore:
%_ENVISION%\conf>..\jre\bin\keytool -import -trustcacerts -alias INTER -keystore .keystore -file location_of_intermediate_cert.crt where location_of_intermediate_cert is the location of the root certificate. - Lastly, install the Intranet SSL certificate, using a password of enVision, and answering yes when asked to add the certificate to the keystore:
%_ENVISION%\conf>..\jre\bin\keytool -import -trustcacerts -keystore .keystore -alias tomcat -file location_of_intranet_cert.crt where location_of_intranet_cert is the location of the root certificate. - Bounce the NIC WebServer service.
- The installation is complete.
Related Articles
Workstation can be unlocked without using correct PIN 13Number of Views Request Form User Picker loses users with multiple first or last names in RSA Identity Governance and Lifecycle 19Number of Views Delete a Non-Persistent IPv4 or IPv6 Static Route 7Number of Views How to Install a Third Party Certificate into RSA enVision 262Number of Views What are the requirements for inter-component sharing data from RSA Web Threat Detection? 12Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?