Beginning June 1, 2020, we will stop allowing new domains to validate using the ACMEv1 protocol #460

Closed
opened 2025-12-29 01:25:40 +01:00 by adam · 3 comments
Owner

Originally created by @sadok on GitHub (Mar 10, 2020).

Hey.

What about the letter from LE about "Beginning June 1, 2020, we will stop allowing new domains to validate using the ACMEv1 protocol. You should upgrade to an ACMEv2 compatible client before then, or certificate issuance will fail." ?

Thanks.

Originally created by @sadok on GitHub (Mar 10, 2020). Hey. What about the letter from LE about "Beginning June 1, 2020, we will stop allowing new domains to validate using the ACMEv1 protocol. You should upgrade to an ACMEv2 compatible client before then, or certificate issuance will fail." ? Thanks.
adam closed this issue 2025-12-29 01:25:40 +01:00
Author
Owner

@fbartels commented on GitHub (Mar 10, 2020):

See f60f2f81e8/CHANGELOG (L41-L43)

@fbartels commented on GitHub (Mar 10, 2020): See https://github.com/dehydrated-io/dehydrated/blob/f60f2f81e89ad652aec91a5a86049a391513aa37/CHANGELOG#L41-L43
Author
Owner

@metalefty commented on GitHub (Mar 10, 2020):

If you've been using dehydrated before ACMEv2 is supported, edit config file.

-CA="https://acme-v01.api.letsencrypt.org/directory"
+CA="https://acme-v02.api.letsencrypt.org/directory"
@metalefty commented on GitHub (Mar 10, 2020): If you've been using dehydrated before ACMEv2 is supported, edit `config` file. ```diff -CA="https://acme-v01.api.letsencrypt.org/directory" +CA="https://acme-v02.api.letsencrypt.org/directory" ```
Author
Owner

@sadok commented on GitHub (Mar 10, 2020):

-CA="https://acme-v01.api.letsencrypt.org/directory"
+CA="https://acme-v02.api.letsencrypt.org/directory"

OK. I just tried first with

CA="https://acme-staging-v02.api.letsencrypt.org/directory"

and got the error

"detail": "No account exists with the provided key"

"Dance" with

OLDCA="https://acme-staging.api.letsencrypt.org/directory"
OLDCA="https://acme-v01.api.letsencrypt.org/directory"

did not help. So I thought ...

The new one works, thanks.

@sadok commented on GitHub (Mar 10, 2020): > ```diff > -CA="https://acme-v01.api.letsencrypt.org/directory" > +CA="https://acme-v02.api.letsencrypt.org/directory" > ``` OK. I just tried first with `CA="https://acme-staging-v02.api.letsencrypt.org/directory"` and got the error `"detail": "No account exists with the provided key"` "Dance" with ``` OLDCA="https://acme-staging.api.letsencrypt.org/directory" OLDCA="https://acme-v01.api.letsencrypt.org/directory" ``` did not help. So I thought ... The new one works, thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#460