Skip to content

Commit

Permalink
Removed stale info about Windows; fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ck3r authored Apr 13, 2020
1 parent 8e2678e commit 339c7a9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ directory of your choosing):

[![asciicast](https://asciinema.org/a/vmo1iE4fj3bDQFOByCSVH5h4D.svg)](https://asciinema.org/a/vmo1iE4fj3bDQFOByCSVH5h4D)

### Running under Windows
If you want to run plugin on Windows the following environment variables must specified to restrict the port that will be assigned to be from within a specific range. If not values are provided plugin will exit with error. For more information please see https://github.com/hashicorp/go-plugin/pull/111

* `PLUGIN_MIN_PORT`: Specifies the minimum port value that will be assigned to the listener.
* `PLUGIN_MAX_PORT`: Specifies the maximum port value that will be assigned to the listener.

## Quickstart: Enabling Venafi Policy Enforcement

Venafi Policy limits the PKI role based on Venafi Platform policies or Venafi Cloud zones. Policy enforcement is
Expand All @@ -139,7 +133,7 @@ configured using the special *venafi-policy* path which InfoSec teams can use to
2. For the Cloud:
```
vault write pki/venafi-policy/default \
token="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
apikey="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
zone="zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz"
```
Expand Down

0 comments on commit 339c7a9

Please sign in to comment.