https: Fix htpasswd command

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-05-18 12:19:31 +02:00
parent 73aec06ea6
commit f43190760a

View File

@ -68,7 +68,7 @@ basic_auth_users:
There are several tools out there to generate bcrypt passwords, e.g. There are several tools out there to generate bcrypt passwords, e.g.
[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html): [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, That command will prompt you for a password and output the hashed password,
which will look something like: which will look something like: