From f43190760a401e9841c7a0b09099e696315f9036 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 18 May 2020 12:19:31 +0200 Subject: [PATCH] https: Fix htpasswd command Signed-off-by: Julien Pivotto --- https/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/https/README.md b/https/README.md index dd0fa405..ba4ccfab 100644 --- a/https/README.md +++ b/https/README.md @@ -68,7 +68,7 @@ basic_auth_users: There are several tools out there to generate bcrypt passwords, e.g. [htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html): -`htpasswd -nBC 10 "" | tr -d ':\n` +`htpasswd -nBC 10 "" | tr -d ':\n'` That command will prompt you for a password and output the hashed password, which will look something like: