mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #3865] Replaced the SSL cert files and recreated the docker container, but SSL certs don't get updated #2538
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#2538
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 @alexbiaolol on GitHub (Jul 9, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3865
Since NPM doesn't support namesilo, I used the acme.sh script to renew the SSL certs files and replace the older ones in:
.../data/custom_ssl/npm-2/ (The only folder under custom_ssl).
After that, I restart the docker container or recreate the docker container by "docker-compose down; docker-compose up -d", the SSL certs files are not updated on the webpage and the deadline date keeps the same as the older one.
@alexbiaolol commented on GitHub (Jul 10, 2024):
I find the solution. Let me give it to people who need it.
For example, your docker container of NPM is npmA, you can execute the command after replacing the SSL files:
docker exec nmpA nginx -s reloadThen you can find from brower that the using cerification has been updated.
@alexbiaolol commented on GitHub (Jul 10, 2024):
Done