From e747f4732a74898ea9e12cb0201527518180b06b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 22 Jan 2020 23:24:57 +0200 Subject: [PATCH] r/gpg: specify gpg2 --- r/gpg.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/r/gpg.md b/r/gpg.md index 1e4896f..a215974 100644 --- a/r/gpg.md +++ b/r/gpg.md @@ -2,6 +2,7 @@ layout: null permalink: /r/gpg.html redirect_from: + - /r/gpg.html - /r/gnupg.html - /r/clawsmail.html - /r/claws-mail.html @@ -15,13 +16,13 @@ To create an Ed25519 key, or whatever will be the default version in the future as defined by your GPG version: ``` -gpg --quick-gen-key address@domain.example future-default +gpg2 --quick-gen-key address@domain.example future-default ``` Note the keyid and edit it ``` -gpg --edit-key KEYID +gpg2 --edit-key KEYID adduid # here fill your name and details as asked 1 # to select the uid the first command generated deluid # to delete the uid which doesn't contain your name