This commit is contained in:
Jesus E 2023-04-22 13:26:00 -04:00
parent 6fa8369ce1
commit bed0810a72
No known key found for this signature in database
GPG Key ID: 159C8F8BC9AED8B6

View File

@ -41,7 +41,7 @@ $ gpg -k
### Copy Public Key
```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)