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 How to retrieve the CRL from RSA Certificate Manager via ldapsearch 31Number of Views Inter-site SSO fails on Internet Explorer (IE) 7 12Number of Views RSA Authentication Manager 8.2 customized SSH logon banner is not displayed 56Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?