Skip to content

Commit

Permalink
Merge pull request #19 from p53/fix-docu
Browse files Browse the repository at this point in the history
Fix binary name in docu
  • Loading branch information
p53 authored Dec 17, 2020
2 parents 7066613 + 3328cf2 commit 086d197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ following at the command line (modify the location to match where you
install Gatekeeper Proxy):

``` bash
$ bin/gatekeeper-proxy help
$ bin/gatekeeper help
```
## Requirements

Expand Down Expand Up @@ -252,7 +252,7 @@ trust, you’ll need to generate a CA, for example.

``` bash
$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ca.key -out ca.pem
$ bin/gatekeeper-proxy \
$ bin/gatekeeper \
--enable-forwarding \
--forwarding-username=USERNAME \
--forwarding-password=PASSWORD \
Expand Down

0 comments on commit 086d197

Please sign in to comment.