Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 210 Bytes

File metadata and controls

4 lines (4 loc) · 210 Bytes

Export and Import GPG keys

  1. On your local computer, run gpg --armor --output import.gpg --export $YOUR_EMAIL
  2. Copy import.gpg to the aws instance
  3. On the EC2 instance, run gpg --import import.gpg