summaryrefslogtreecommitdiffstats
path: root/software/gpg.page
blob: a7e9f0da42e5ecb974c9c3a06e71246465cd8482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Signing
----------

Simple way (not an offline master key):

    gpg --recv-keys $KEYHASH
    gpg --fingerprint   # check fingerprint
    gpg --sign-key $KEYHASH
    gpg --keyserver pgp.mit.edu --send-key $KEYHASH

However, I use an offline master key, which means I need to do a horrible
juggling trick of mounting an SD card or similar, specifying a `--homedir`, and
then exporting-and-importing the signed key when i'm done so it ends up in my
not-offline gpg homedir.