r/gpg.md: note that comments are considered harmful

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

View File

@ -23,12 +23,14 @@ Note the keyid and edit it
``` ```
gpg2 --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 no comments\*
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
save save
``` ```
*\* Comments are considered harmful https://debian-administration.org/users/dkg/weblog/97
Then you are ready to publish the public key however you generally publish Then you are ready to publish the public key however you generally publish
it, preferably in multiple places from where some recognise revokation it, preferably in multiple places from where some recognise revokation
certificates if the time ever comes. certificates if the time ever comes.