[GH-ISSUE #477] Export SSL cert #403

Closed
opened 2026-02-26 06:32:43 +03:00 by kerem · 1 comment
Owner

Originally created by @andysom25 on GitHub (Jun 24, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/477

I am needing to export an ssl cert I have for a certain site I am using the reverse proxy for, it needs a file path to the cert.
Is there an easy way to export these certs generated by lets's encrypt from the proxy manager?

Originally created by @andysom25 on GitHub (Jun 24, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/477 I am needing to export an ssl cert I have for a certain site I am using the reverse proxy for, it needs a file path to the cert. Is there an easy way to export these certs generated by lets's encrypt from the proxy manager?
kerem 2026-02-26 06:32:43 +03:00
Author
Owner

@N4v41 commented on GitHub (Jul 1, 2020):

the certs that are being used should be under /etc/letsencrypt/live into the nginx proxy manager container.
you should be able to use docker cp to copy the files like that:
docker cp :/etc/letsencrypt/live ./live

<!-- gh-comment-id:652166177 --> @N4v41 commented on GitHub (Jul 1, 2020): the certs that are being used should be under /etc/letsencrypt/live into the nginx proxy manager container. you should be able to use docker cp to copy the files like that: docker cp <docker container name or id>:/etc/letsencrypt/live ./live
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#403
No description provided.