]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
Update staging.md to use ACMEv2 server (closes #812)
authorNick <nick@kousu.ca>
Thu, 1 Apr 2021 20:49:55 +0000 (16:49 -0400)
committerLukas Schauer <lukas@schauer.dev>
Sun, 18 Apr 2021 01:44:41 +0000 (03:44 +0200)
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."
}

```

docs/staging.md

index bae89033487013fec0b669b7c34b84d4c546b59f..6e6a84b6400a41df712d18f09c584c9766ff8ea0 100644 (file)
@@ -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.