mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #4769] Custom Cert Renewals #3007
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#3007
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 @jstack01 on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4769
Is your feature request related to a problem? Please describe.
If you add a custom SSL certificate, you cannot renew it through the web interface without removing and readding the certificate.
Describe the solution you'd like
I would like the option to update custom SSL certificates with a renewed cert without having to delete and re-add the SSL certificate (meaning reconfiguring for all hosts). Additionally, if I manually update the fullchain.pem certificate in the data directory, can a function be created to update the expire date in the web interface so I don't need to manually edit the sqlite db?
Describe alternatives you've considered
I am able to replace the fullchain.pem file with the renewed certs but that does not update the expire date on the web interface.
Additional context
@Nathanwoodburn commented on GitHub (Oct 7, 2025):
Looks like this PR will add the ability to renew the certs via the edit interface
https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4425