-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ tags: ["wfh", "security", "compliance", "gpg", "ssh", "yubikey", "renew"] | |
|
||
It's been a year since [I setup my GPG + Yubikey](/posts/my-workstation-setup/). It has now been expired and we need to renew the keys. | ||
|
||
## Step 1: First step is to unplug the Yubikey, grab the master key USB and import it | ||
## Step 1: Import the master key | ||
|
||
First step is to unplug the Yubikey, grab the master key USB and import it | ||
|
||
```bash | ||
$ mv .gnupg .gnupg_backup | ||
|
@@ -24,7 +26,7 @@ uid [ expired] Nam Nguyen <[email protected]> | |
uid [ expired] Nam Nguyen <[email protected]> | ||
``` | ||
|
||
## Step 2: Renew the master key | ||
## Step 2: Renew the master key and subkeys | ||
|
||
```bash | ||
$ gpg --edit-key E078ECC765D900C33AEDD9F7A85791287A30BB7D | ||
|