Skip to content

Commit

Permalink
Revert "kokoro: remove expired letsencrypt.org cert and update" (#4860)
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Oct 13, 2021
1 parent 2fe7118 commit 45097a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/kokoro/xds.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 45097a8

Please sign in to comment.