Skip to content

Commit

Permalink
Merge pull request #1707 from roidelapluie/doc
Browse files Browse the repository at this point in the history
https: Fix htpasswd command
  • Loading branch information
SuperQ authored May 18, 2020
2 parents 73aec06 + f431907 commit b8847b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion https/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8847b5

Please sign in to comment.