diff options
author | Norbert Preining <preining@logic.at> | 2018-08-31 16:39:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-08-31 16:39:29 +0000 |
commit | ed5d91a5bda84eb1da6f61d50ea6bf5aa1d9ad24 (patch) | |
tree | 82232d4cd9e373ee137f624f50419a00dd194987 /Master/tlpkg/doc | |
parent | 99134482ba670d0de1848e0c273030d357ed333d (diff) |
add keyserver push
git-svn-id: svn://tug.org/texlive/trunk@48525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt | 2 |
1 files changed, 2 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 index b1130a87e41..34af12396b5 100644 --- a/Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt +++ b/Master/tlpkg/doc/gpg-extend-key-expiry-howto.txt @@ -10,6 +10,8 @@ Steps to extend TL signing key save * export signing key gpg1 --export 19438C70 > tmpkey +* send to key server + gpg1 --keyserver hkp://pool.sks-keyservers.net --send-key 06BAB6B * import into TL subversion gpg1 --homedir .../Master/tlpkg/gpg --import tmpkey * after testing push out tlcritical |