summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/gpg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-13 03:02:52 +0000
committerNorbert Preining <norbert@preining.info>2022-09-13 03:02:52 +0000
commitb3ff180caefe0d147e1e71939b35059f4efc1c9b (patch)
tree539f7315876e0d69e897f68d58574f23095dea34 /systems/texlive/tlnet/tlpkg/gpg
parentc5e5a8fcbf578d20f94accb7b738cbac1e0c4b2a (diff)
CTAN sync 202209130302
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/gpg')
-rw-r--r--systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt b/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
index 8ead7a47be..ac7fe8f1dd 100644
--- a/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
+++ b/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
@@ -1,4 +1,4 @@
-$Id: tl-key-extension.txt 64328 2022-09-10 11:05:02Z preining $
+$Id: tl-key-extension.txt 64337 2022-09-11 00:37:43Z preining $
(Public domain.)
How to update TeX Live distribution signing key
@@ -28,9 +28,17 @@ gpg -a --export $KEYID > texlive.asc
rm -rf $GNUPGHOME
unset GNUPGHOME
-gpg --send-keys $KEYID
+# send keys
+# make sure that .gnupg/dirmngr.conf does NOT contain hkp-cacert lines!!!
+
+# keys.openpgp.org
+gpg --export $KEYID | curl -T - https://keys.openpgp.org
+# this will give an URL to associate key with email, visit it!
+
+# ubuntu key server
+gpg --send-key --keyserver hkp://keyserver.ubuntu.com:80 $KEYID
+
-# also update https://keyserver.ubuntu.com/ and maybe others?
# update TeX Live repository
export GNUPGHOME=/home/texlive/Master/tlpkg/gpg # wherever svn checkout