From 21f6f819148ff20cddde493b8d4909800c865574 Mon Sep 17 00:00:00 2001 From: Andrey Fedoseev Date: Wed, 11 Apr 2018 01:34:04 -0700 Subject: [PATCH] Update kubernetes.md --- docs/user-guide/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/kubernetes.md b/docs/user-guide/kubernetes.md index 1d428542e..8b5b19fef 100644 --- a/docs/user-guide/kubernetes.md +++ b/docs/user-guide/kubernetes.md @@ -398,7 +398,7 @@ It's possible to protect access to Træfik through basic authentication. (See th ### Creating the Secret -A. Use `htpasswd` to create a file containing the username and the base64-encoded password: +A. Use `htpasswd` to create a file containing the username and the MD5-encoded password: ```shell htpasswd -c ./auth myusername