You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error writing data to pki/root/generate/exported: Error making API request.
URL: PUT http://127.0.0.1:8200/v1/pki/root/generate/exported
Code: 500. Errors:
* 1 error occurred:
* unknown private key type "ed25519"
Expected behavior
Expect root CA certificate to be generated and the key generation to succeed
Environment:
Vault Server Version (retrieve with vault status):
Key Value
--- -----
Seal Type shamir
Initialized true
Sealed false
Total Shares 1
Threshold 1
Version 1.10.0-dev
Storage Type inmem
Cluster Name vault-cluster-483668ff
Cluster ID cca902b2-049e-67a1-6009-647327ba5daf
HA Enabled false
Describe the bug
Generating an ed25519 key with the PKI plugin and expecting the key in PKCS8 format fails with error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect root CA certificate to be generated and the key generation to succeed
Environment:
vault status
):vault version
):The text was updated successfully, but these errors were encountered: