From b6faafd447df88ed198023766d273476317d68f9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 9 Nov 2021 02:36:24 +0100 Subject: [PATCH] update gpg --- data/gpg.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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