Replies: 1 comment
-
|
i'd imagine you have to pass in the public key or its reference. fwiw, i used a pkcs uri for the public key. Here's the end-to-end for an older version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I really like Cosign, and I've been using it for over a year. Thanks!
I now have to use it with HSM hardware and I managed to compile it to use PKCS11 by following your documentation.
I sign a container image using the following command:
When I tried to verify it without using a public key, it didn't work:
Is there any way to include this certificate so that my end user can verify it easily? Do I need a transparent log for this?
All advice is welcome.
Beta Was this translation helpful? Give feedback.
All reactions