Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created April 6, 2017 01:56
Show Gist options
  • Select an option

  • Save mattmc3/1f452e7cacc94591fae3cfceaa75aa16 to your computer and use it in GitHub Desktop.

Select an option

Save mattmc3/1f452e7cacc94591fae3cfceaa75aa16 to your computer and use it in GitHub Desktop.
GPG encrypt for multiple recipients
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