Generate Certificates without the "ISRG Root X1" chain to avoid expired errors #884
-
On september 30 the "DST Root CA X3" certificate from Let's Encrypt has expired (https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/). This is causing quite some issues in older clients, or clients that don't have a good path finding algorithm in place. This means you can get certificate expired errors even though there is another certificate chain that is valid. My knowledge on this topic is really lacking, but from how I understand currently there are a few ways to solve this:
Would it be possible to incorporate this preferred-chain strategy into the acme companion? Or at least make it an option. I tried looking for a call to The post mentioned the following command to use the shorter chain and overcome this issue:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi. This feature is already part of the acme-companion : https://github.com/nginx-proxy/acme-companion/blob/main/docs/Let's-Encrypt-and-ACME.md#preferred-chain |
Beta Was this translation helpful? Give feedback.
Hi.
This feature is already part of the acme-companion : https://github.com/nginx-proxy/acme-companion/blob/main/docs/Let's-Encrypt-and-ACME.md#preferred-chain