[GH-ISSUE #761] SSL Cert / vhost naming in filesystem #645

Closed
opened 2026-02-26 06:33:48 +03:00 by kerem · 2 comments
Owner

Originally created by @osnet on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/761

If generating a SSL cert it gets stored like this

  ssl_certificate /etc/letsencrypt/live/npm-16/fullchain.pem;
  ssl_certificate_key /etc/letsencrypt/live/npm-16/privkey.pem;

this is a little bit confusing. since i have to "extract" or copx the generated certs to instances like mailserver, gitlab etc.
Is there a way to geht them names correctly like the corresponding vhost ?

thx in advance

Originally created by @osnet on GitHub (Dec 6, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/761 If generating a SSL cert it gets stored like this ``` ssl_certificate /etc/letsencrypt/live/npm-16/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-16/privkey.pem; ``` this is a little bit confusing. since i have to "extract" or copx the generated certs to instances like mailserver, gitlab etc. Is there a way to geht them names correctly like the corresponding vhost ? thx in advance
kerem 2026-02-26 06:33:48 +03:00
Author
Owner

@osnet commented on GitHub (Dec 6, 2020):

or at least add a hint in the frontend on every ssl host which ID the cert has

<!-- gh-comment-id:739545152 --> @osnet commented on GitHub (Dec 6, 2020): or at least add a hint in the frontend on every ssl host which ID the cert has
Author
Owner

@chaptergy commented on GitHub (May 12, 2021):

Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/174

<!-- gh-comment-id:840113111 --> @chaptergy commented on GitHub (May 12, 2021): Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/174
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#645
No description provided.