aboutsummaryrefslogtreecommitdiff
path: root/https
diff options
context:
space:
mode:
Diffstat (limited to 'https')
-rw-r--r--https/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/https/README.md b/https/README.md
index dd0fa40..ba4ccfa 100644
--- a/https/README.md
+++ b/https/README.md
@@ -68,7 +68,7 @@ basic_auth_users:
68There are several tools out there to generate bcrypt passwords, e.g. 68There are several tools out there to generate bcrypt passwords, e.g.
69[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html): 69[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html):
70 70
71`htpasswd -nBC 10 "" | tr -d ':\n` 71`htpasswd -nBC 10 "" | tr -d ':\n'`
72 72
73That command will prompt you for a password and output the hashed password, 73That command will prompt you for a password and output the hashed password,
74which will look something like: 74which will look something like: