Skip to content

Commit

Permalink
nginx does not support bcrypt when using auth_basic (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl authored and Misty Stanley-Jones committed Aug 29, 2017
1 parent 9a1330e commit 9ccf803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/recipes/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Review the [requirements](/registry/recipes/index.md#requirements), then follow
3. Create a password file `auth/nginx.htpasswd` for "testuser" and "testpassword".
```bash
$ docker run --rm --entrypoint htpasswd registry:2 -Bbn testuser testpassword > auth/nginx.htpasswd
$ docker run --rm --entrypoint htpasswd registry:2 -bn testuser testpassword > auth/nginx.htpasswd
```
4. Copy your certificate files to the `auth/` directory.
Expand Down

0 comments on commit 9ccf803

Please sign in to comment.