Skip to content

Commit

Permalink
Docs: update Transit Secrets Engine Create Key (#7568)
Browse files Browse the repository at this point in the history
- Use type that supports derivation in sample payload
  • Loading branch information
brianshumate authored and Jim Kalafut committed Oct 4, 2019
1 parent 88d3b31 commit a57a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/secret/transit/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ values set here cannot be changed after key creation.

```json
{
"type": "ecdsa-p256",
"type": "ed25519",
"derived": true
}
```
Expand Down

0 comments on commit a57a798

Please sign in to comment.