]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
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)
commit7d8573af12051abbb9a1c4eae592914899040d5c
tree9a93300b509a4e64e97a17ac8d7fee3f04a9e281
parentfb0653009793313c00d9584bf2a73065a5837bc7
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."
}

```
docs/staging.md