Difference between revisions of "GnuPG: Extend Expire Key"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "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....")
 
Line 3: Line 3:
  
 
Suggested way: Extend your key expiry
 
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).
+
* Find the ID of the expiring key, e.g. with
* Start editing the key with gpg --edit-key KEY_ID
+
 
* View your selected key and subkeys with list
+
gpg --list-secret-keys
* Select the primary key with key 0
+
 
 +
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.
 
* Interactively select a new expiry with expire. You'll probably have to unlock your key with its passphrase.
 
* Select the primary subkey with key 1 and repeat step 5.
 
* Select the primary subkey with key 1 and repeat step 5.

Revision as of 19:35, 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.
  • Select the primary subkey with key 1 and repeat step 5.
  • Inspect the resulting expiries with list.
  • Issue a save when you're done.
  • Publish your updated key (as described previously), e.g. gpg --keyserver keyserver.ubuntu.com --send-keys KEY_ID
  • commit your key as fallback to keys.makandra.de (see here)