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
b6952df1b8
commit
efb2751e00
|
@ -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 New Issue