mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #576] How to implement self signed certificate ? #484
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#484
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 @Cassiopeia23 on GitHub (Aug 24, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/576
Hi,
I wanted to ask, what I have to do or where I have to put the informations, to use a self signed certificate.
We want to use it in our internal network and therefore we don't need a "real" letsencrypt certificate.
After creating a certificate by hand, should I put it in the container or on a mounted volume outside the container ?
@gregfr commented on GitHub (Aug 24, 2020):
When adding a cert in the GUI, you have the option "add ssl cert" -> "custom" to upload the 3 files of the cert (the CA, the cert itself, and the key). You don't have to add a file inside the container, you can do it with the web interface.
@Cassiopeia23 commented on GitHub (Sep 8, 2020):
Hi and sry for the late reply.
WOW Thank you, I didn't think that it can be so easy.
Thank you very much !!!