mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #3191] Tries to renew already "deleted" certificates #2163
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#2163
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 @Mainfrezzer on GitHub (Sep 11, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3191
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
The container tries to renew two certificates which i deleted a while ago from the GUI but apparently didnt get gemoved at all. Those certs are no longer in use and NPM keeps logging the following errors.
Nginx Proxy Manager Version
v2.10.4
To Reproduce
Probably a bit hazy, since the certs were old. i cant remember on which version i created them with but what i ultimately did was
Steps to reproduce the behavior:
Expected behavior
Well, i would expect any entry related to the old certs to be banished into oblivion
Screenshots
(the manual renewal in the screenshot was before i noticed that it tries to renew the "no longer existing but apparently zombie certs". Wanted to check what was wrong with it but that worked fine)
deleting the affected npm-X.conf in letsencrypt/renewal did solve the "issue" but since the delete button certainly didnt delete anything apart from the certs appearing in the gui, it doesnt do its job xD
@github-actions[bot] commented on GitHub (Apr 5, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@etfz commented on GitHub (Aug 27, 2024):
As far as I can tell, one possible cause for this is that the delete functions attempts to delete the certificate by using the certbot revoke command, which will fail if the certificate has already expired.
https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/backend/internal/certificate.js#L1029
@github-actions[bot] commented on GitHub (Jun 3, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍