Actions

Difference between revisions of "Developer Area/Release Instructions/Creating a GPG key"

From Mahara Wiki

< Developer Area‎ | Release Instructions
Line 1: Line 1:
 +
http://keyring.debian.org/creating-key.html
 
Follow these [http://keyring.debian.org/creating-key.html detailed instructions] from Debian.
 
Follow these [http://keyring.debian.org/creating-key.html detailed instructions] from Debian.
  
Line 6: Line 7:
  
 
   gpg --keyserver pgp.net.nz --send-keys 1234ABCD
 
   gpg --keyserver pgp.net.nz --send-keys 1234ABCD
 +
  
 
===Files===
 
===Files===
  
 
*[[File:Keycheck.sh]]
 
*[[File:Keycheck.sh]]

Revision as of 18:07, 12 May 2011

http://keyring.debian.org/creating-key.html Follow these detailed instructions from Debian.

Once you're done, you can check that it works by running the keycheck.sh script attached to this page.

And if it's all good, submit your key to the keyservers (replacing 1234ABCD with your own keyid):

 gpg --keyserver pgp.net.nz --send-keys 1234ABCD

Files