diff options
author | Dalibor Karlović <dalibor.karlovic@sigwin.hr> | 2023-06-26 11:21:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 11:21:22 +0200 |
commit | 3caab5bacfcadb5312263e2f899b5fa9f6a10a0b (patch) | |
tree | cb15c9bd270259ff099bc799d96bcfb75067df6b | |
parent | fix: add an explicit example about publishing the pubkey when expiring (diff) | |
download | YubiKey-Guide-3caab5bacfcadb5312263e2f899b5fa9f6a10a0b.tar.gz |
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2044,7 +2044,7 @@ Alternatively, use a public key server (it will update the key if already on the $ gpg --send-key $KEYID ```console -and import the newly on any computer where you wish to use it (it will update the key if previously imported): +and import the newly updated key on any computer where you wish to use it (it will update the key if previously imported): ```console $ gpg --recv $KEYID |