-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Vultr - APIv2 #3234
New issue
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
Comments
This is also occurring on several instances that I run. |
This is also a issue for me as well as I have quite a number of certificates that are expiring and I can not renew them because of the API v2 not being implemented. |
All of my lab systems are down because of this (edit: working around locally). Will this issue help? I opened this issue with the certbot-dns-vultr repo where the error originated: lezgomatt/certbot-dns-vultr#3 |
my workaround #download certbot for vultr with api v2 support |
certbot-dns-vultr is updated to work with the v2 api and that work is released, so I believe the only thing required is to bump the version in nginx-proxy-manager I suppose this line needs to change |
@arturswi I can't seem to find that "certbot_dns_vultr.py" file in that directory on in my docker container. Any hints as to where it hides in the docker? |
Another workaround until the container is updated is to use pip to upgrade, then restart the container: docker exec -it nginx-proxy-manager "pip install --upgrade certbot certbot-dns-vultr"
docker restart nginx-proxy-manager |
Thanks so much for posting the workaround, that got my domains going again:
|
What provider would you like to see added to NPM?
VULTR
Have you checked if a certbot plugin exists?
Failed to add TXT record for "my-domain": Error fetching DNS domains list: 503 - Sorry, all newly created accounts are forbidden from using API v1, all other accounts are able to use this deprecated API until September 30, 2023 at which point Vultr API v1 will be sunset. Please use API v2.
More info: https://www.vultr.com/docs/vultr-api-v1-to-v2-transition-strategies/
The text was updated successfully, but these errors were encountered: