Created
April 6, 2017 01:56
-
-
Save mattmc3/1f452e7cacc94591fae3cfceaa75aa16 to your computer and use it in GitHub Desktop.
GPG encrypt for multiple recipients
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gpg --recipient "{{first}}" --recipient "{{second}}" --output file.txt.pgp --armor=ascii --encrypt file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment