From 45097a8aa69aa220b3471bd736389136afd35f24 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Wed, 13 Oct 2021 10:50:52 -0700 Subject: [PATCH] Revert "kokoro: remove expired letsencrypt.org cert and update" (#4860) --- test/kokoro/xds.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/kokoro/xds.sh b/test/kokoro/xds.sh index 7b7f48dba30..f9cb7dab733 100755 --- a/test/kokoro/xds.sh +++ b/test/kokoro/xds.sh @@ -3,12 +3,6 @@ set -exu -o pipefail [[ -f /VERSION ]] && cat /VERSION - -echo "Remove the expired letsencrypt.org cert and update the CA certificates" -sudo apt-get install -y ca-certificates -sudo rm /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt -sudo update-ca-certificates - cd github export GOPATH="${HOME}/gopath"