mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Change "Generate Intermediate" example to exported (#7515)
The example request for "Generate Intermediate" was type "internal", but the example response contained the private key, which "internal" doesn't do. This patch fixes the example request to be type "exported" to match the example response.
This commit is contained in:
parent
a87e6faa56
commit
1afddeeaa4
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ $ curl \
|
|||
--header "X-Vault-Token: ..." \
|
||||
--request POST \
|
||||
--data @payload.json \
|
||||
http://127.0.0.1:8200/v1/pki/intermediate/generate/internal
|
||||
http://127.0.0.1:8200/v1/pki/intermediate/generate/exported
|
||||
```
|
||||
|
||||
```json
|
||||
|
|
|
|||
Loading…
Reference in a new issue