From: Nick Date: Thu, 1 Apr 2021 20:49:55 +0000 (-0400) Subject: Update staging.md to use ACMEv2 server (closes #812) X-Git-Tag: v0.7.1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d8573af12051abbb9a1c4eae592914899040d5c;p=thirdparty%2Fdehydrated.git Update staging.md to use ACMEv2 server (closes #812) letsencrypt is phasing out the v1 server: ``` + ERROR: An error occurred while sending get-request to https://acme-staging.api.letsencrypt.org/directory (Status 403) Details: HTTP/2 403 server: nginx date: Thu, 01 Apr 2021 20:48:17 GMT content-type: application/problem+json content-length: 189 etag: "600b3710-bd" { "type": "urn:acme:error:serverInternal", "detail": "ACMEv1 Brownout in Progress. ACMEv1 will fully turn off on June 1, 2021. Check https://letsencrypt.status.io/ for more details." } ``` --- diff --git a/docs/staging.md b/docs/staging.md index bae8903..6e6a84b 100644 --- a/docs/staging.md +++ b/docs/staging.md @@ -8,10 +8,5 @@ you will quickly hit these limits and find yourself locked out. To avoid this, please set the CA property to the Let’s Encrypt staging server URL in your config file: ```bash -CA="https://acme-staging.api.letsencrypt.org/directory" +CA="https://acme-staging-v02.api.letsencrypt.org/directory" ``` - -# ACMEv2 staging - -You can use `CA="https://acme-staging-v02.api.letsencrypt.org/directory"` to test dehydrated with -the ACMEv2 staging endpoint.