ostree signing EC25519 key generation #3256
-
hi everyone ! I am trying to setup a POC for composeFS signing in coreos-assembler but I am hitting an error : Ill-formed input: expected 69 bytes, got 64 bytes" . I am trying to do
I tried a couple of ways to generate the Ed25519 private key, taking inspiration from the tests but still hitting the same issue. The spec seems to say Ed25519 keys should always be 64 bytes so I am a bit confused. ostree sign man page says a base64 key is expected but I can't get find the correct combination of commands to form a key to be accepted by ostree. Here are a few combinations I tried based on this test file:
Is there an example somewhere ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok solved, here is what works for me :
|
Beta Was this translation helpful? Give feedback.
Ok solved, here is what works for me :