diff options
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt b/Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt new file mode 100644 index 00000000000..b1130a87e41 --- /dev/null +++ b/Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt @@ -0,0 +1,15 @@ +Steps to extend TL signing key +============================== + +* get main key dir from USB stick +* set GNUPGHOME to the respective directory +* gpg1 --edit-key 06BAB6BC + key 2 # select signing sub key + expire + 1y + save +* export signing key + gpg1 --export 19438C70 > tmpkey +* import into TL subversion + gpg1 --homedir .../Master/tlpkg/gpg --import tmpkey +* after testing push out tlcritical |