summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/shared
AgeCommit message (Collapse)AuthorLines
2021-10-04Auto merge of #89486 - rusticstuff:docker_letsencrypt_ca_update, ↵bors-0/+31
r=Mark-Simulacrum Update Let's Encrypt ROOT CA certificate in dist-(i686|x86_64)-linux docker images The DST Root CA X3 used by Let's Encrypt has expired ([Let's Encrypt announcement](https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/)). This patch installs the new root certificate (ISRG Root X1) and disables the old one. Disabling the old one is necessary because otherwise curl still fails to download from servers with Let's Encrypt certs even though they are cross-signed. Fixes #89484.