[GH-ISSUE #3865] Replaced the SSL cert files and recreated the docker container, but SSL certs don't get updated #2538

Closed
opened 2026-02-26 07:35:56 +03:00 by kerem · 2 comments
Owner

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.

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.
kerem 2026-02-26 07:35:56 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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 reload

Then you can find from brower that the using cerification has been updated.

<!-- gh-comment-id:2220245558 --> @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 reload` Then you can find from brower that the using cerification has been updated.
Author
Owner

@alexbiaolol commented on GitHub (Jul 10, 2024):

Done

<!-- gh-comment-id:2220246467 --> @alexbiaolol commented on GitHub (Jul 10, 2024): Done
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#2538
No description provided.