gpg_update_key Fixed typos
This commit is contained in:
@@ -7,7 +7,7 @@ categories: ["Blog"]
|
|||||||
contentCopyright: false
|
contentCopyright: false
|
||||||
hideHeaderAndFooter: false
|
hideHeaderAndFooter: false
|
||||||
---
|
---
|
||||||
It's a good idea to update your GPG key(s) before they expires. Mine is set to
|
It's a good idea to update your GPG key(s) before they expire. Mine is set to
|
||||||
expire year, from whence I last updated the expiration. Let's explore how this
|
expire year, from whence I last updated the expiration. Let's explore how this
|
||||||
is done!
|
is done!
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ gpg --import /mnt/media/some/dir/secretsubkey.gpg
|
|||||||
|
|
||||||
### Verification
|
### Verification
|
||||||
Once **only** the secret sub-key has been imported from the previous step, it
|
Once **only** the secret sub-key has been imported from the previous step, it
|
||||||
should be verified that the primary secret key is **not** in your keychain
|
should be verified that the primary secret key is **not** in your keyring
|
||||||
(partial stripped key designated via `sec#` in the following):
|
(partial stripped key designated via `sec#` in the following):
|
||||||
```
|
```
|
||||||
gpg --list-secret-keys
|
gpg --list-secret-keys
|
||||||
@@ -159,11 +159,11 @@ attempt this again should you have to, but do so carefully.
|
|||||||
Lastly, remember to remove any local back-ups of the keyring or keys you stored
|
Lastly, remember to remove any local back-ups of the keyring or keys you stored
|
||||||
on the host! These should _only_ exist on the encrypted external device.
|
on the host! These should _only_ exist on the encrypted external device.
|
||||||
|
|
||||||
To unmount the LUKS[^1] encrypted device, it's just one additional step to the
|
To un-mount the LUKS[^1] encrypted device, it's just one additional step to the
|
||||||
usual `umount`:
|
usual `umount`:
|
||||||
```bash
|
```bash
|
||||||
umount /mnt/media
|
umount /mnt/media
|
||||||
cryptestup --type luks close encryptedusb
|
cryptsetup --type luks close encryptedusb
|
||||||
```
|
```
|
||||||
|
|
||||||
That being done, it is safe to remove the external device!
|
That being done, it is safe to remove the external device!
|
||||||
|
|||||||
Reference in New Issue
Block a user