Skip to content

Commit f431907

Browse files
author
Julien Pivotto
committed
https: Fix htpasswd command
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
1 parent 73aec06 commit f431907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

https/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ basic_auth_users:
6868
There are several tools out there to generate bcrypt passwords, e.g.
6969
[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html):
7070

71-
`htpasswd -nBC 10 "" | tr -d ':\n`
71+
`htpasswd -nBC 10 "" | tr -d ':\n'`
7272

7373
That command will prompt you for a password and output the hashed password,
7474
which will look something like:

0 commit comments

Comments
 (0)