Skip to content

Instantly share code, notes, and snippets.

@elentok
Created November 19, 2015 09:51
Show Gist options
  • Save elentok/ea4ebdcd1acb27ab0c93 to your computer and use it in GitHub Desktop.
Save elentok/ea4ebdcd1acb27ab0c93 to your computer and use it in GitHub Desktop.
Create and export GPG key
# 1. Create a new gpg-key
gpg --gen-key
# 2. Export the public key
gpg --export --armor {email} > gpg-public-key.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment