Docs: update Transit Secrets Engine Create Key (#7568)
- Use type that supports derivation in sample payload
This commit is contained in:
parent
7a385a7854
commit
77311bf24f
|
@ -66,7 +66,7 @@ values set here cannot be changed after key creation.
|
|||
|
||||
```json
|
||||
{
|
||||
"type": "ecdsa-p256",
|
||||
"type": "ed25519",
|
||||
"derived": true
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue