linuxdeploy / linuxdeploy-plugin-appimage

Plugin for linuxdeploy. Creates AppImages from AppDirs.
https://github.com/linuxdeploy/linuxdeploy
34 stars 15 forks source link

Signing keys clarification needed #9

Open kapitainsky opened 4 years ago

kapitainsky commented 4 years ago

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 commented 4 years ago

That's an issue for AppImageKit.

TheAssassin commented 4 years ago

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

TheAssassin commented 4 years ago

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).