rhtyd commented on issue #2541: Add "Lets Encrypt CA" Certpath to SSVM Keystore 
(for cdimage.debian.org)
URL: https://github.com/apache/cloudstack/issues/2541#issuecomment-379477576
 
 
   @rafaelweingartner another way exists which is to update the keystore file 
in systemvm.iso.
   
   @mdesaive can you try this on your ssvm and confirm:
   ```
   cd /usr/local/cloud/systemvm/certs
   wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.der
   keytool -trustcacerts -keystore realhostip.keystore -storepass vmops.com 
-noprompt -importcert -alias letsencryptauthorityx3cross -file 
lets-encrypt-x3-cross-signed.der
   systemctl restart cloud
   ```
   
   Now, try adding a template from a https url which uses letsencrypt 
certificate.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to