Skip to content

Commit

Permalink
kokoro: remove expired letsencrypt.org cert and update (#4840)
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Oct 4, 2021
1 parent f068a13 commit f2974e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/kokoro/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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 f2974e7

Please sign in to comment.