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:
spiff 2019-10-25 09:21:55 -07:00 committed by Chris Hoffman
parent b6952df1b8
commit efb2751e00
1 changed files with 1 additions and 1 deletions

View File

@ -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