mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-20 22:21:09 +02:00
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.