diff --git a/data/gpg.md b/data/gpg.md index bac6248..3113489 100644 --- a/data/gpg.md +++ b/data/gpg.md @@ -63,12 +63,16 @@ This is a fingerprint. You can now decide the trust level (this stays on your computer). -> gpg edit-key (some fingerprint) +> gpg --edit-key (some fingerprint) Once you're in the interface, type `trust`. > gpg --sign-key alice@posteo.net +Then send those trusted keys up to a server, so people can see you have verified them: + +> gpg --keyserver sks.hklbgd.org --send-keys 024C6B1C84449BD1CB4DF7A152295D2377F4D70F + # Refresh Keys > gpg --keyserver sks.hklbgd.org --refresh-keys