From 368793b15d570aaa16bdf0c9066a64124137898a Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Mon, 19 Feb 2018 11:42:38 -0600 Subject: [PATCH] Include ATL Artifactory intermediate certs - Install the GoDaddy intermediate certs needed to pull images from ATL Artifactory Change-Id: Ic3cd7dc60e4ffbce94ffe74121e94474b258a81b --- manifests/basic_ucp/deploy_ucp.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/basic_ucp/deploy_ucp.sh b/manifests/basic_ucp/deploy_ucp.sh index 6a6761de..4ddec7f6 100755 --- a/manifests/basic_ucp/deploy_ucp.sh +++ b/manifests/basic_ucp/deploy_ucp.sh @@ -150,6 +150,10 @@ function init_env { echo "Saving deployment environment to deploy-env.sh." env | xargs -n 1 -d '\n' echo "export" >> deploy-env.sh + + echo "Installing intermediate certs for AT&T cLCP Artifactory." + curl -L --insecure -o /usr/local/share/ca-certificates/gd_bundle-g2.crt https://certs.godaddy.com/repository/gd_bundle-g2.crt + update-ca-certificates } function genesis {