-
Notifications
You must be signed in to change notification settings - Fork 3k
DomainOffensive DNS Challenge wrong API variable #4428
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
I ran into the same issue. Logfile looked like this
In the SQLite database the metadata of the certificate in question was still referring to "dns_do_api_token" in the "dns_provider_credentials". Inside the container "/etc/letsencrypt/renewal/npm-5.conf" was reading:
Also inside the container "/etc/letsencrypt/credentials/credentials-5" was reading:
After modifying the files certbot works with inside the container, I was able to successfully renew my certificate. I feel like some transformation of the existing configuration files should have happened when updating from 2.12.2 to 2.12.3. |
You are correct. This is something that i did not think off and it had been merged without being tested (😢). In the original PR the issue has been discussed a bit more: #4235 A fix seems to be already in progress: #4406 |
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
The default api variable changed for do.de it was "dns_do_api_token" and the new one is "dns_domainoffensive_api_token"
Nginx Proxy Manager Version
v2.12.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
DNS Challenge should work if i put in my api token but i need to change the whole line.
Additional context
not a big Bug but as a newbie hard to identify.
The text was updated successfully, but these errors were encountered: