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 alice@example.com \
--recipient bob@example.com \
--recipient carol@example.com \
--recipient ted@example.com \
--recipient eve@example.com \
clear-message.txt