update
This commit is contained in:
parent
6fa8369ce1
commit
bed0810a72
@ -41,7 +41,7 @@ $ gpg -k
|
|||||||
### Copy Public Key
|
### Copy Public Key
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ gpg --export --armor <user-id> | xclip -sel clip
|
gpg --export --armor $(gpg -K --with-colons --keyid-format SHORT | awk -F: '/^pub:/ { print $5 }') | xclip -sel clip
|
||||||
```
|
```
|
||||||
|
|
||||||
### Copy Private key (Caution)
|
### Copy Private key (Caution)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user