svenvogel commented on a change in pull request #2333: Add Java Default
Certificat Authorities into the keystore if using a custom cert SSL
URL: https://github.com/apache/cloudstack/pull/2333#discussion_r153044731
##########
File path: systemvm/scripts/config_ssl.sh
##########
@@ -120,7 +120,7 @@ customCACert=
publicIp=
hostName=
keyStore=$(dirname $0)/certs/realhostip.keystore
-defaultJavaKeyStoreFile=/etc/ssl/certs/java/cacerts
+defaultJavaKeyStoreFile="$(jrunscript -e
'java.lang.System.out.println(java.lang.System.getProperty("java.home"));')/lib/security/cacerts"
Review comment:
how we can change that to 4.10?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services