How to sign an F-Droid repository with a hardware security module (HSM) like the YubiHSM.| blog.dbrgn.ch
Code signing is fairly ubiquitous and is a cryptographic technique for verifying the authenticity of a binary. It is often used as part of the secure boot process of an embedded device where software components of the bootchain are verified by the previous component. For example, the on-chip ROM in a SoC will verify the …| www.thegoodpenguin.co.uk