Enabling Secure Socket Layer (SSL) for Web Console provides secure access to the Web Console and web services.
Note: Before you begin, you must have installed the Certificate Authority (CA) root certificate and configured SSL in your web server.
Follow these steps:
Keytool -import -v -trustcacerts -alias wac -file rootcertname -keystore keystore_location -keypass changeit -storepass changeit
Defines the root certificate name.
Defines the path where the keystore is located.
Default: C:\Program Files (x86)\CA\SC\JRE\JRE_Version\lib\security\cacerts.
Defines the password used to protect the private key of the generated key pair.
Default: changeit
Defines the keystore password.
Default: changeit
On successful execution of the command, the root certificate is imported into the cacerts file.
Specifies whether SSL is enabled. Set this parameter to TRUE.
Defines the path to the truststore.
Defines the truststore password.
Defines the Web Service URL. Modify the URL to start with https instead of http. For example, https://testmachine-cm3.test.com/UDSM_R11_Webservice/mod_gsoap.dll
caf stop tomcat caf start tomcat
Tomcat services are restarted. SSL is now enabled for Web Console and web services.
https://YourWebServerName/wac
If the SSL configuration is successful, the login page is displayed.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|