aboutsummaryrefslogtreecommitdiff
path: root/https
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@inuits.eu>2020-05-18 12:19:31 +0200
committerJulien Pivotto <roidelapluie@inuits.eu>2020-05-18 12:19:31 +0200
commitf43190760a401e9841c7a0b09099e696315f9036 (patch)
tree162c51689f850fdfa219141a03fc1a614c04d9ab /https
parent73aec06ea6b7b0e4828319807de143564360af7b (diff)
downloadprometheus_node_collector-f43190760a401e9841c7a0b09099e696315f9036.tar.bz2
prometheus_node_collector-f43190760a401e9841c7a0b09099e696315f9036.tar.xz
prometheus_node_collector-f43190760a401e9841c7a0b09099e696315f9036.zip
https: Fix htpasswd command
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Diffstat (limited to 'https')
-rw-r--r--https/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/https/README.md b/https/README.md
index dd0fa40..ba4ccfa 100644
--- a/https/README.md
+++ b/https/README.md
@@ -68,7 +68,7 @@ basic_auth_users:
68There are several tools out there to generate bcrypt passwords, e.g. 68There are several tools out there to generate bcrypt passwords, e.g.
69[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html): 69[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html):
70 70
71`htpasswd -nBC 10 "" | tr -d ':\n` 71`htpasswd -nBC 10 "" | tr -d ':\n'`
72 72
73That command will prompt you for a password and output the hashed password, 73That command will prompt you for a password and output the hashed password,
74which will look something like: 74which will look something like: