-
Notifications
You must be signed in to change notification settings - Fork 1.7k
initial take on adding support for tls auth with client certificates #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ping @shin- let me know what you think. |
LGTM! =) |
Could the |
Similarly, can't it be implied by the fact that the |
I was trying to mimic what we already have with the CLI: http://docs.docker.io/en/master/examples/https/#client-modes If you look at the docs you will see that I've only covered the 3rd option, cause that's the one that i specifically need at this time. At some point we should probably cover the others but this one seems like the one people will need the most (ie. the client authenticating to the server with a client certificate). |
Makes sense. I'd say we add the other parameters then and raise |
+1 |
@denibertovic Are you going to implement @shin- feedback? I missed this issue in my search for SSL, and rewrote it just a lil bit ago. Glad there's already a PR, but can we get the feedback implemented and merge this? |
I'll send it through in a second here 👍 for your work on this so far. |
+1 |
1 similar comment
+1 |
Closing in favor of #226 |
The support has just been merged to docker master a few days ago: http://docs.docker.io/en/master/examples/https/