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: 400. Errors:
* unsupported hash signature algorithm: 0
Expected behavior
Except root CA certificate to be generated
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
The default value or *hashBits is 0 and will fail
at ValidateSignatureLength for ed25519. ed25519
specifies its own hash, so avoid hashBits validation for
ed25519 curve.
* skip hash bits verification for ed25519 #13253
The default value or *hashBits is 0 and will fail
at ValidateSignatureLength for ed25519. ed25519
specifies its own hash, so avoid hashBits validation for
ed25519 curve.
Describe the bug
Generating an ed25519 key with the PKI plugin fails with error:
unsupported hash signature algorithm: 0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Except root CA certificate to be generated
Environment:
vault status
):vault version
):The text was updated successfully, but these errors were encountered: