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_r152760287
##########
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:
Hi @rhtyd
yes we can do it as fix for 4.10. no problem. is it clear that 4.11 will use
the old path and for longer time or do we need a more ultimate fix?
Sven
----------------------------------------------------------------
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