summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt')
-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