diff --git a/centos7/http/ks.cfg b/centos7/http/ks.cfg index fc01407..21bc1d3 100644 --- a/centos7/http/ks.cfg +++ b/centos7/http/ks.cfg @@ -72,7 +72,7 @@ rsync yum update -y # update root certs -wget -O/etc/pki/tls/certs/ca-bundle.crt http://curl.haxx.se/ca/cacert.pem +wget -O/etc/pki/tls/certs/ca-bundle.crt https://curl.haxx.se/ca/cacert.pem # sudo yum install -y sudo diff --git a/centos8/http/ks.cfg b/centos8/http/ks.cfg index 6a8f495..1d27734 100644 --- a/centos8/http/ks.cfg +++ b/centos8/http/ks.cfg @@ -70,7 +70,7 @@ rsync yum update -y # update root certs -wget -O/etc/pki/tls/certs/ca-bundle.crt http://curl.haxx.se/ca/cacert.pem +wget -O/etc/pki/tls/certs/ca-bundle.crt https://curl.haxx.se/ca/cacert.pem # sudo yum install -y sudo