mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #271] Define custom path to Certificates instead of uploading #239
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#239
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 @darkcloud784 on GitHub (Jan 5, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/271
Is your feature request related to a problem? Please describe.
I share a LE cert with my mail server (mailcow). The cert is managed by the mail server NOT the proxy. Currently NPM us unable to map to a docker volume that points to an nfs share with the certs in it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Would like to add a custom local path to where a cert is installed.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Having the proxy server (NPM) manage the cert and mount an nfs share to the mail server. This is not ideal considering it requires a restart of the mail server containers when the LE cert is updated and the containers are on a completely different server.
@flipphos commented on GitHub (Mar 15, 2020):
I'd like this as well, so I can designate custom path to my local LE certs. Thanks!
@MaxCarritt commented on GitHub (Jan 25, 2021):
Did either of you ever figure out a way to do this automatically? I had to manually get certs with certbot and upload them. it would be cool if I could point a docker volume at the host letsencrypt directory and have nginx proxy manager pick it up.
If I'm understanding correctly, I'll need to manually go and run 'certbot renew' and then upload the new certs every 3 months?
Also thanks jc21 awesome package.
@chaptergy commented on GitHub (May 11, 2021):
Closing in favor of https://github.com/jc21/nginx-proxy-manager/issues/87