From 26c4797a7c7bede3b9b695dec4ddcc1cc207bc39 Mon Sep 17 00:00:00 2001 From: Gilberto Ficara Date: Fri, 2 Jul 2021 13:18:15 +0200 Subject: [PATCH] Switched from http to https for ca-cert download --- centos7/http/ks.cfg | 2 +- centos8/http/ks.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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