Valian / docker-nginx-auto-ssl

Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
https://hub.docker.com/r/valian/docker-nginx-auto-ssl/
MIT License
411 stars 103 forks source link

Account creation on ACMEv1 is disabled #39

Closed mdzidic closed 4 years ago

mdzidic commented 4 years ago

Hello,

When auto-ssl tries to generate SSL certificate I get this error:

{
  "type": "urn:acme:error:unauthorized",
  "detail": "Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.",
  "status": 403
}
Valian commented 4 years ago

Thanks @mdzidic ! Default value was correct, just README had an old one.