I'm aware that GnuPG encrypts for multiple recipients, but is there any way to build a multisig, say, 2 of 5 signatures with GPG?
So having a file encrypted for the following recipients needs at least two of the five to decrypt it:
gpg --encrypt \
--recipient [email protected] \
--recipient [email protected] \
--recipient [email protected] \
--recipient [email protected] \
--recipient [email protected] \
clear-message.txt