mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-20 23:39:02 +01:00
https: Fix htpasswd command
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
73aec06ea6
commit
f43190760a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user