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
We are hosting our own Sigstore and have deployed both Rekor and Fulcio with RSA keys hosted in AWS. We are not signing container images but exclusively blobs through e.g.
Description
We are hosting our own Sigstore and have deployed both Rekor and Fulcio with RSA keys hosted in AWS. We are not signing container images but exclusively blobs through e.g.
This works as expected and verifying generated signatures with openssl is not a problem.
However, when attempting to verify the generated signatures with Cosign, things fail with
<key id> is not type ecdsa.PublicKey
.If you can sign with RSA I would argue that you should also be able to verify with RSA.
Version
cosign: A tool for Container Signing, Verification and Storage in an OCI registry.
GitVersion: v2.4.1-2-gc7d04ba7
GitCommit: c7d04ba
GitTreeState: clean
BuildDate: 2024-10-06T13:50:27Z
GoVersion: go1.22.7
Compiler: gc
Platform: darwin/arm64
The text was updated successfully, but these errors were encountered: