summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt
blob: b1130a87e4142815a1dcff65a3f8c08b193c6a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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