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 8Number of Views How to Install a Third Party Certificate into RSA enVision 262Number of Views Enable SSH using the command line on RSA Authentication Manager 8.1 up to 8.3 1.14KNumber of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process
Don't see what you're looking for?