-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated PEM labels should say "SIGSTORE" rather than "COSIGN" #2471
Comments
Do we need a Sigstore specific label? Can we just require that clients understand a few different encodings? |
I would prefer not to have our own PEM labels at all. Conditional on having PEM labels, I want them to be "SIGSTORE" instead of "COSIGN". I assume there's a |
If I were to guess, it was maybe a way to enforce that the private key is password protected. Though there's already PEM headers for that, so maybe that would be sufficient? @dlorenc or @priyawadhwa do you recall why we chose our own PEM labels? |
No specific reason that I know of! |
Hi, FYI, there is already PEM headers for private keys like cc @dekkagaijin |
Can I work on this? |
Sure! Thanks for volunteering :) Ping if you need any help |
This means that any Sigstore client implementation must:
I'd prefer "BEGIN ENCRYPTED SIGSTORE PRIVATE KEY" if this is going to be a shared format. (That's what sigstore-rs emits.)
I propose that Cosign:
Other Sigstore clients:
Context: sigstore/sigstore-rs#165
The text was updated successfully, but these errors were encountered: