summaryrefslogtreecommitdiff
path: root/Master/tlpkg/gpg/tl-key-extension.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/gpg/tl-key-extension.txt')
-rw-r--r--Master/tlpkg/gpg/tl-key-extension.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/tlpkg/gpg/tl-key-extension.txt b/Master/tlpkg/gpg/tl-key-extension.txt
index 53c9b16d522..c8cea8097b4 100644
--- a/Master/tlpkg/gpg/tl-key-extension.txt
+++ b/Master/tlpkg/gpg/tl-key-extension.txt
@@ -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