summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2019-03-13 01:00:21 +0000
committerNorbert Preining <preining@logic.at>2019-03-13 01:00:21 +0000
commit5f3b7b9816d8b15c601522720680c8a1b4164239 (patch)
tree98bd69e31596582a13e58ce65f6555fcc82d470f
parentb67333eafc861e86e8a832d16049cccc2b4ca37e (diff)
update TL gpg key extension
git-svn-id: svn://tug.org/texlive/trunk@50363 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/gpg/pubring.gpgbin4741 -> 5351 bytes
-rw-r--r--Master/tlpkg/gpg/tl-key-extension.txt34
-rw-r--r--Master/tlpkg/gpg/trustdb.gpgbin1280 -> 1280 bytes
3 files changed, 34 insertions, 0 deletions
diff --git a/Master/tlpkg/gpg/pubring.gpg b/Master/tlpkg/gpg/pubring.gpg
index a026fa55d03..64849a5c6d1 100644
--- a/Master/tlpkg/gpg/pubring.gpg
+++ b/Master/tlpkg/gpg/pubring.gpg
Binary files differ
diff --git a/Master/tlpkg/gpg/tl-key-extension.txt b/Master/tlpkg/gpg/tl-key-extension.txt
new file mode 100644
index 00000000000..ca7634727da
--- /dev/null
+++ b/Master/tlpkg/gpg/tl-key-extension.txt
@@ -0,0 +1,34 @@
+How to update TeX Live distribution signing key
+===============================================
+
+shut down networking service
+
+cp gpg directory from USB stick to computer
+
+
+export GNUPGHOME=.....
+export KEYID=0xC78B82D8C79512F79CC0D7C80D5E5D9106BAB6BC
+gpg --edit-key $KEYID
+> key 2
+ # selects the expiring key, check!
+> expire
+ # choose something after the release of the next TL
+> save
+
+gpg -a --export $KEYID > texlive.asc
+
+# update USB drive with new stuff, remove from home,
+
+rm -rf $GNUPGHOME
+unset GNUPGHOME
+
+gpg --send-keys $KEYID
+
+
+# update TeX Live repository
+export GNUPGHOME=/path/to/Master/tlpkg/gpg
+# use gpg version 1 here!!!
+gpg1 --import texlive.rsa
+
+svn/git commit
+
diff --git a/Master/tlpkg/gpg/trustdb.gpg b/Master/tlpkg/gpg/trustdb.gpg
index 3dc74f79b01..d563215ef89 100644
--- a/Master/tlpkg/gpg/trustdb.gpg
+++ b/Master/tlpkg/gpg/trustdb.gpg
Binary files differ