Docs: update Transit Secrets Engine Create Key (#7568)

- Use type that supports derivation in sample payload
This commit is contained in:
Brian Shumate 2019-10-04 13:56:18 -04:00 committed by Jim Kalafut
parent 7a385a7854
commit 77311bf24f

View file

@ -66,7 +66,7 @@ values set here cannot be changed after key creation.
```json
{
"type": "ecdsa-p256",
"type": "ed25519",
"derived": true
}
```