Include ATL Artifactory intermediate certs

- Install the GoDaddy intermediate certs
  needed to pull images from ATL Artifactory

Change-Id: Ic3cd7dc60e4ffbce94ffe74121e94474b258a81b
This commit is contained in:
Scott Hussey 2018-02-19 11:42:38 -06:00
parent bca9d186f9
commit 368793b15d
1 changed files with 4 additions and 0 deletions

View File

@ -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 {