From f670f000580efd71b4091134f361dcf1182a22fd Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Thu, 11 Jun 2015 21:40:40 +0100 Subject: [PATCH] Fix typo I think negociate is very occasionally used, but it certainly looks wrong to me. Signed-off-by: Adrian Mouat --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index 145162636..793754b30 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -21,7 +21,7 @@ The second method requires significantly more investment, and only make sense if With this method, you implement basic authentication in a reverse proxy that sits in front of your registry. -Since the Docker engine uses basic authentication to negociate access to the Registry, securing communication between docker engines and your proxy is absolutely paramount. +Since the Docker engine uses basic authentication to negotiate access to the Registry, securing communication between docker engines and your proxy is absolutely paramount. While this model gives you the ability to use whatever authentication backend you want through a secondary authentication mechanism implemented inside your proxy, it also requires that you move TLS termination from the Registry to the proxy itself.