Skip to content

Commit

Permalink
Removed non-applicable role parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ck3r authored Apr 15, 2022
1 parent 3c0d8af commit 6b18276
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ Venafi secrets engine:
```text
$ vault write venafi-pki/roles/tpp \
venafi_secret=tpp \
generate_lease=true store_by=serial store_pkey=true \
allowed_domains=example.com \
allow_subdomains=true
generate_lease=true store_by=serial store_pkey=true
Success! Data written to: venafi-pki/roles/tpp
```

Expand All @@ -219,9 +217,7 @@ Venafi secrets engine:
```text
$ vault write venafi-pki/roles/vaas \
venafi_secret=vaas \
generate_lease=true store_by=serial store_pkey=true \
allowed_domains=example.com \
allow_subdomains=true
generate_lease=true store_by=serial store_pkey=true
Success! Data written to: venafi-pki/roles/vaas
```

Expand Down

0 comments on commit 6b18276

Please sign in to comment.