htpasswd passwords should use bcrypt hashing (#3401)
This commit is contained in:
parent
c60e7107fa
commit
55aec8a4f7
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ EOF
|
||||||
Now create a password file for "testuser" and "testpassword"
|
Now create a password file for "testuser" and "testpassword"
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm --entrypoint htpasswd registry:2 -bn testuser testpassword > auth/nginx.htpasswd
|
docker run --rm --entrypoint htpasswd registry:2 -Bbn testuser testpassword > auth/nginx.htpasswd
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy over your certificate files
|
Copy over your certificate files
|
||||||
|
|
Loading…
Reference in a new issue