Merge pull request #1707 from roidelapluie/doc

https: Fix htpasswd command
This commit is contained in:
Ben Kochie 2020-05-18 13:58:19 +02:00 committed by GitHub
commit b8847b5b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: