-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
Hey!
I am trying to implement mutual authentication between my web and my client.
For the moment, I configured the server side auth, using:
-v /path/to/certs:/etc/nginx/certs
It works properly with the server side.
To enable the user auth I amb trying to modify the /etc/nginx/conf.d/default.conf mounting my own .conf file, which includes the following lines:
ssl_client_certificate /etc/nginx/certs/ca/ca.crt;
ssl_verify_client on;
But the nginx-proxy container don't start when I load the .conf.
How can I modify it to enable user authentication?
(I created the user cert and imported it to the browser)
(Using Docker 17.12.0-ce , docker-compose 1.18.0 and the latest version of jwilder/nginx-proxy)
Thanks!
Metadata
Metadata
Assignees
Labels
No labels