aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-05-18 13:58:19 +0200
committerGitHub <noreply@github.com>2020-05-18 13:58:19 +0200
commitb8847b5b3237c18aa25426fccb3d69a9bdff6ee1 (patch)
tree162c51689f850fdfa219141a03fc1a614c04d9ab
parent73aec06ea6b7b0e4828319807de143564360af7b (diff)
parentf43190760a401e9841c7a0b09099e696315f9036 (diff)
downloadprometheus_node_collector-b8847b5b3237c18aa25426fccb3d69a9bdff6ee1.tar.bz2
prometheus_node_collector-b8847b5b3237c18aa25426fccb3d69a9bdff6ee1.tar.xz
prometheus_node_collector-b8847b5b3237c18aa25426fccb3d69a9bdff6ee1.zip
Merge pull request #1707 from roidelapluie/doc
https: Fix htpasswd command
-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: