Actions

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

From Mahara Wiki

< Developer Area‎ | Release Instructions
(Created page with "Follow these [http://keyring.debian.org/creating-key.html detailed instructions] from Debian. Once you're done, you can check that it works by running the <code>keycheck.sh</cod…")
 
Line 6: Line 6:
  
 
   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 12:59, 12 May 2011

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