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

Signing keys clarification needed #9

Open
kapitainsky opened this issue Nov 21, 2019 · 3 comments
Open

Signing keys clarification needed #9

kapitainsky opened this issue Nov 21, 2019 · 3 comments
Labels
bug Something isn't working upstream bug

Comments

@kapitainsky
Copy link

Trying to sign AppImage with my pgp keys:

Embedding MD5 digest
gpg2 and sha256sum are installed and user requested to sign, hence signing
Error: cannot embed key in AppImage: size exceeds reserved ELF section size

Could not find any information about what keys are permitted, obviously mine is too long (4096 bits). Any details on this somewhere?

@TheAssassin
Copy link
Member

That's an issue for AppImageKit.

@TheAssassin
Copy link
Member

Please open a new issue at https://github.com/AppImage/AppImageKit.

@TheAssassin TheAssassin added bug Something isn't working upstream bug labels Nov 23, 2019
@TheAssassin
Copy link
Member

Just for your information, the size of the section to save a key is 8192 bytes, and it only saves the public key, not your private key (obviously, it should remain private; also, it would be 4096 bytes raw, but as it is wrapped with some metadata, storing it requires more space).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream bug
Projects
None yet
Development

No branches or pull requests

2 participants