Skip to content
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

Simplify the signature verification process #21

Open
Corb3nik opened this issue Mar 21, 2025 · 0 comments
Open

Simplify the signature verification process #21

Corb3nik opened this issue Mar 21, 2025 · 0 comments

Comments

@Corb3nik
Copy link
Member

Corb3nik commented Mar 21, 2025

The current verification process is:

  • Download the plugin release + signature
  • Create a pubkey.pem file with the following contents:
-----BEGIN PUBLIC KEY-----
[pubkey from plugin_packages.json]
-----END PUBLIC KEY-----
  • Run the following command
openssl pkeyutl -verify -pubin -inkey ./pubkey.pem -sigfile ./plugin_package.zip.sig -in ./plugin_package.zip -rawin

Ideally this is done automatically.

Some ideas:

A /verify [workflow_id] comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant