Misc documentation

GPG cheat sheet

Package are signed by a gpg key.

Here are some useful commands to manage this key:

Generate the GPG key:

$ gpg --gen-key

List the keys:

$ gpg -K

Export the private key (multiple hosts):

$ gpg --export-secret-key -a "kakwa" > priv.gpg

Import the private key:

$ gpg --import priv.gpg

import the key in debian:

$ cat pub.gpg | apt-key add -