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 App 3.0 - AMX - how to cut over from eth0 to eth1 if the NIC eth0 dies 77Number of Views SecurID: Locked out of Agent host; cannot authenticate to RSA Authentication Agent for Microsoft Windows. 48Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.4 for Microsoft Windows Installation and Administration Guide Downloading RSA Authentication Manager license files or RSA Software token seed records Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Release Notes for RSA Authentication Manager 8.8
Don't see what you're looking for?