Difference between revisions of "GnuPG: Extend Expire Key"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Onnowpurbo (talk | contribs) | Onnowpurbo (talk | contribs)  | ||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
|   gpg --list-secret-keys |   gpg --list-secret-keys | ||
| − | + | Note your key ID (after the slash). | |
| * Start editing the key with | * Start editing the key with | ||
| Line 20: | Line 20: | ||
|   0 |   0 | ||
| − | * Interactively select a new expiry with expire | + | * Interactively select a new expiry with | 
| − | + | ||
| − | + |  expire | |
| − | + | ||
| − | + | You'll probably have to unlock your key with its passphrase. | |
| − | |||
Latest revision as of 19:42, 24 June 2022
Sumber: https://makandracards.com/makandra-orga/13644-what-to-do-when-your-gpg-pgp-key-expires
Suggested way: Extend your key expiry
- Find the ID of the expiring key, e.g. with
gpg --list-secret-keys
Note your key ID (after the slash).
- Start editing the key with
gpg --edit-key KEY_ID
- View your selected key and subkeys with
list
- Select the primary key with key
0
- Interactively select a new expiry with
expire
You'll probably have to unlock your key with its passphrase.