svenvogel commented on a change in pull request #2271: CLOUDSTACK-10087 
Template registration errors out when template URL i?
URL: https://github.com/apache/cloudstack/pull/2271#discussion_r146237581
 
 

 ##########
 File path: systemvm/patches/debian/config/etc/init.d/cloud-early-config
 ##########
 @@ -1302,6 +1303,18 @@ EOF
   cp -f /etc/iptables/rt_tables_init /etc/iproute2/rt_tables
 }
 
+import_jvm_cacerts(){
+ log_it "importing jvm keystore to realhostip keystore"
+ keyStore=/usr/local/cloud/systemvm/certs/realhostip.keystore
+ storepass="vmops.com"
+ java_home=$(readlink -f $(which java) | sed "s:/bin/java::")
 
 Review comment:
   in 4.10 i found the following path 
/usr/lib/jvm/zulu-8-amd64/jre/lib/security/cacerts
   
   where is java_home defined?

----------------------------------------------------------------
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

Reply via email to