r/gpg: specify gpg2

This commit is contained in:
Aminda Suomalainen 2020-01-22 23:24:57 +02:00
parent f933f60d3e
commit e747f4732a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
layout: null layout: null
permalink: /r/gpg.html permalink: /r/gpg.html
redirect_from: redirect_from:
- /r/gpg.html
- /r/gnupg.html - /r/gnupg.html
- /r/clawsmail.html - /r/clawsmail.html
- /r/claws-mail.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: 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 Note the keyid and edit it
``` ```
gpg --edit-key KEYID gpg2 --edit-key KEYID
adduid # here fill your name and details as asked adduid # here fill your name and details as asked
1 # to select the uid the first command generated 1 # to select the uid the first command generated
deluid # to delete the uid which doesn't contain your name deluid # to delete the uid which doesn't contain your name