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
#2579 has added support for sigstore signatures with non-Fulcio certificates, but we don’t support creating them.
Add something like signature/sigstore.WithPKICertificate (and still requiring WithPrivateKeyFile? and with a separate WithPKIIntermeciateCertificates? or just a single all-in-one call?)
Add support for the above in signature/sigstore/cli
And, possibly, add an end-to-end sign+verification test to the Skopeo repo
The text was updated successfully, but these errors were encountered:
#2579 has added support for sigstore signatures with non-Fulcio certificates, but we don’t support creating them.
signature/sigstore.WithPKICertificate
(and still requiringWithPrivateKeyFile
? and with a separateWithPKIIntermeciateCertificates
? or just a single all-in-one call?)signature/sigstore/cli
The text was updated successfully, but these errors were encountered: