mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #139] SSL on admin web page #122
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#122
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 @dbrosy on GitHub (May 10, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/139
This is not an issue more a how do I do this.
is it possible to secure the admin page on nginx proxy server. I have port 81 working fine but have a SAN cert which I want to use to access admin page and ideally port 443 but I guess that is already in use.
@OhHeyAlan commented on GitHub (May 10, 2019):
@dbrosy setup a subdomain
admin.example.comor in my casenginx.mydomain.comfor your domain and port forward your domain/ip to port 81. Then you can use a custom cert to secure the subdomain.TLS traffic will enter port
:443---->Nginx Proxy----->:81Example:
@dbrosy commented on GitHub (May 11, 2019):
Thanks @OhHeyAlan I now have it working. I had the scheme set to https.
@123dev commented on GitHub (Mar 19, 2021):
How do you use a custom cert, the only available option is LetsEncrypt
I don't want to publish the admin publicly and want to use company self signed certificate, how can I do that?
Thanks
@123dev commented on GitHub (Mar 19, 2021):
Figured it out, thanks for the instructions.
@ResearchForumOnline commented on GitHub (Apr 13, 2023):
Thanks fixed.
@juanmafont commented on GitHub (May 9, 2024):
Remenber after you has access with SSL, then you can close port 81 at docker-compose.yaml or compose.yaml at opened only to internal docker network, so you need to remove the '81:81' from 'port' section and add section 'expose' with port 81 like down