Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Remove passphrase Docker env example from README
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg authored Apr 4, 2019
1 parent 1527ed2 commit 3408fb5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ If upon signup you've chosen to lock your credential with a passphrase, run the
docker run -it -p 8080:8080 --name secrethub -e SECRETHUB_CREDENTIAL=$(cat $HOME/.secrethub/credential) secrethub/http-proxy
```

Alternatively, you can use the `SECRETHUB_CREDENTIAL_PASSPHRASE` environment variable:

```
docker run -p 8080:8080 --name secrethub -e SECRETHUB_CREDENTIAL=$(cat $HOME/.secrethub/credential) -e SECRETHUB_CREDENTIAL_PASSPHRASE=mycredentialpassphrase secrethub/http-proxy
```
Alternatively, the passphrase can be sourced from the `SECRETHUB_CREDENTIAL_PASSPHRASE` environment variable.

## Usage

Expand Down

0 comments on commit 3408fb5

Please sign in to comment.