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 a87e6faa56
commit 1afddeeaa4

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