Conversation
There was a problem hiding this comment.
Pull request overview
Adds Let's Encrypt Gen Y root certificates (root-ye, root-yr) into the Debian base image's CA store, since Debian bookworm does not yet ship them. This ensures monitors and notification providers that perform TLS verification continue to trust sites using the new Let's Encrypt roots.
Changes:
- Download
root-ye.pemandroot-yr.pemfromletsencrypt.orginto/usr/local/share/ca-certificates/. - Run
update-ca-certificatesto register them in the system trust store.
|
I don’t think this is necessary:
https://letsencrypt.org/2025/11/24/gen-y-hierarchy.html Also see current chains: https://letsencrypt.org/certificates/ |
|
@JensSpanier Yes, theoretically, but Let's encrypt indeed issued some invalid certs yesterday, which made me so confused. See also: |
As Let's Encrypt is rolling out Gen Y certs, it seems that we have to deal with the problem manually.
If you are using non-Docker, you may need to fix it manually by downloading the root certs.
Debian for example:
Please follow this checklist to avoid unnecessary back and forth (click to expand)
I understand that I am responsible for and able to explain every line of code I submit.