rohityadavcloud commented on a change in pull request #5837:
URL: https://github.com/apache/cloudstack/pull/5837#discussion_r780075406
##########
File path: systemvm/image/scripts/configure_systemvm_services.sh
##########
@@ -50,9 +50,11 @@ function configure_cacerts() {
CDIR=$(pwd)
cd /tmp
# Add LetsEncrypt ca-cert
- wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.der
- keytool -trustcacerts -keystore /etc/ssl/certs/java/cacerts -storepass
changeit -noprompt -importcert -alias letsencryptauthorityx3cross -file
lets-encrypt-x3-cross-signed.der
- rm -f lets-encrypt-x3-cross-signed.der
+ wget https://letsencrypt.org/certs/isrgrootx1.der
+ wget https://letsencrypt.org/certs/lets-encrypt-r3.der
+ keytool -trustcacerts -keystore /etc/ssl/certs/java/cacerts -storepass
changeit -noprompt -importcert -alias letsencryptauthorityx1 -file
isrgrootx1.der
+ keytool -trustcacerts -keystore /etc/ssl/certs/java/cacerts -storepass
changeit -noprompt -importcert -alias letsencryptauthorityr3 -file
lets-encrypt-r3.der
Review comment:
cc @Pearl1594 pl use/sync changes to/from this PR with your
systemvmtemplate improvements for 4.16.1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]