Lines Matching full:gpg
9 ### Prerequisite: GPG Keys
11 Generate a GPG key (RSA, 4096 bit, 3650 day) expiry, or use an existing one. You should leave the
15 $ gpg --full-generate-key
18 Upload the GPG keys to public servers:
21 $ gpg --list-keys --keyid-format LONG
29 $ gpg --send-keys --keyserver keyserver.ubuntu.com XXXXXXXXXXXXXXXX
39 signing.secretKeyRingFile=/Users/jbarber/.gnupg/secring.gpg
42 `signing.keyId` is the GPG key's ID. Get it with this:
45 $ gpg --list-keys --keyid-format SHORT
50 `signing.secretKeyRingFile` is the absolute path for `secring.gpg`. You may need to export this
54 $ gpg --keyring secring.gpg --export-secret-key XXXXXXXX > ~/.gnupg/secring.gpg