mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1712] Desec DNS provider renewals don't work #1274
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FarisZR on GitHub (Jan 1, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1712
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Desec needs more than the default 5 seconds for propagation.
you can change the propagation when generating the certificate, but not in the renewals.
maybe the renewal command should follow the propagation seconds used to generate the certificate.
Nginx Proxy Manager Version
v2.9.13
To Reproduce
Steps to reproduce the behavior:
Expected behavior
renewals should use the propagation second used to generate the certificate, or should use more seconds in renewals since its automatic and in the background.
Screenshots
logs
Operating System
Debian 11
Additional context
@chaptergy commented on GitHub (Jan 1, 2022):
NPM does not have control over this, as this information is only passed to certbot, who then stores this information in the renewal config file, e.g.
/etc/letsencrypt/renewal/npm-1.conf. This file should then contain a line similar toIf this is not honored, this is either an issue with certbot or the deSEC DNS plugin.