Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Frequently Asked Questions

adon edited this page May 20, 2016 · 2 revisions

How do I import a key (pair) from GnuPG?

  • You'll need to export your keys with the following commands
gpg --armor --export-secret-key username@example.com > keypair.asc
gpg --armor --export username@example.com >> keypair.asc
  • Visit the extension settings page
  • Optionally, you might want to remove all the existing keys first. Do click through the dialogs to confirm.
  • Click Import and Choose the keypair.asc file you just exported
  • Click Update when you're prompted to publicize the public key component to our keyserver
Clone this wiki locally