mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2102] ssl_client_certificate #1517
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#1517
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 @aaronbolton on GitHub (Jun 9, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2102
I would like the ability to use client certificate authentication so I believe I need to add
ssl_client_certificate /etc/nginx/client_certs/ca.crt;and the relevant ca.crt to my trusted CA where would be the best Custom Nginx Config to place this and also would this be a consideration for the UI at some point?
@poaudet commented on GitHub (Jun 30, 2022):
Hi Aaron,
It isn't perfect, quite manual, but I managed to do this by adding in each proxy host, in the advanced tab, the lines you provide.
Hope this help you or another!
EDIT: I've just looked the advanced setup guide and you can add it in custom conf.d if you want to have it on each proxy
https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations
@aaronbolton commented on GitHub (Jun 30, 2022):
Does this keep the setting between updates then? as I found I can go in to each and change and random setting on/off then it fixes it for that host
@poaudet commented on GitHub (Jun 30, 2022):
If you have set your volume to be persistent (eg: you have a folder on your host to store your /data/ folder from the container) you should be good!
see Quick Setup:
@aaronbolton commented on GitHub (Jul 1, 2022):
Ah thanks for the comment i was getting mixed up with a bug I had also raised, thankyou for the tip