mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #4355] Failed to renew certificate with error: The requested certbot-dns-netcup:dns-netcup plugin does not appear to be installed #2795
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#2795
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 @zawnk on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4355
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
After a bit of struggling I just updated from 2.9.4 to 2.12.3 and everything seems to work fine so far. The only issue I've had is that if I run the renew command, it tells me that the netcup plugin is not installed. It expires in a long time and is not due for renewal yet, so I assume before updating today it still worked.
When I click to renew, the log prints the following:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Renewing the cert or telling me it's not due for renewal yet and no error in the log
Screenshots
n/a
Operating System
NPM in a docker container with docker compose and MariaDB
Interestingly, when starting the container, there's this in the logs that all seems to work fine:
@zawnk commented on GitHub (Feb 7, 2025):
Solved it with the help of the netcup dns repo. The naming got adjusted in the meanwhile (should this have been handled automatically?). So in my renew configuration I needed to replace the info before the colon (the plugin name). And the settings got renamed, so the underscored had to be replaced with regular hyphens. Now everything works again :)