mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 12:12:37 +01:00
r/gpg.md: note that comments are considered harmful
This commit is contained in:
parent
e747f4732a
commit
e383352e52
4
r/gpg.md
4
r/gpg.md
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user