We have Release Automation(RA) configured to run only on SSL. We have CLI (Command Line Interface) which we want to communicate with RA Server over SSL. How can we configure the CLI to connect with RA over SSL as currently we don't find any clear instructions of doing same.
Release Automation Server version: 6.5, 6.6, 6.7 or higher
CLI version: 6.5.0.10007, 6.6.0.9640,6.7.0.94 or higher
Component : CA RELEASE AUTOMATION CORE
asap.cmd => asap_c.cmd
asap.sh => asap_c.sh
nolio.cmd => nolio_c.cmd
nolio.sh => nolio_c.sh
set SECURITY_OPTS=-Djavax.net.ssl.trustStore=conf/nolio.jks -Djavax.net.ssl.trustStorePassword=******* -Djavax.net.ssl.keyStore=conf/nolio.jks -Djavax.net.ssl.keyStorePassword=*****
set SECURITY_OPTS=-Djavax.net.ssl.trustStore=conf/custom/nolio.jks -Djavax.net.ssl.trustStorePassword=<keystore-password> -Djavax.net.ssl.keyStore=conf/custom/nolio.jks -Djavax.net.ssl.keyStorePassword=<keystore-password>
keytool -list -v -keystore nolio.jks >keystore_out.txt