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
Trying to follow the Build your own certificate Authority tutorial, but with ed25519 keys, vault fails when trying to generate a CSR to cross-sign the intermediate.
Am I wrong in expecting this to work? Perhaps there's something with ed25519 that makes it not, but seems unlikely.
Very confusing when I try to follow code path, error message seems to originate from getKeyTypeAndBitsFromPublicKeyForRole, but that function does seem to support ed25519.PublicKey
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to follow the Build your own certificate Authority tutorial, but with ed25519 keys, vault fails when trying to generate a CSR to cross-sign the intermediate.
To Reproduce
Running the following test script:
The output of the last command is:
Expected behavior
Expected a CSR to be generated.
Environment:
vault status
): 1.15.5, 1.16.0-rc3vault version
): 1.15.6Vault server configuration file(s):
Am I wrong in expecting this to work? Perhaps there's something with ed25519 that makes it not, but seems unlikely.
Very confusing when I try to follow code path, error message seems to originate from getKeyTypeAndBitsFromPublicKeyForRole, but that function does seem to support
ed25519.PublicKey
The text was updated successfully, but these errors were encountered: