We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, When running command
docker exec haproxy-certbot certbot-certonly \ --domain example.com \ --domain www.example.com \ --email [email protected] \ --dry-run
I got the the error message below
Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555
can you pls update dockerfiles to fix this issue?
thanks you
The text was updated successfully, but these errors were encountered:
They are deprecating ACMEv1 on June 1. Any idea on how to go about fixing this?
Sorry, something went wrong.
Also:
WARNING: The standalone specific supported challenges flag is deprecated. Please use the --preferred-challenges flag instead.
7 months :(
Anyone forked this?
Quite a few forks actually, we ended up using https://github.com/lonequantum/docker-haproxy-certbot
No branches or pull requests
hi,
When running command
I got the the error message below
Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555
can you pls update dockerfiles to fix this issue?
thanks you
The text was updated successfully, but these errors were encountered: