texlive[64337] Master/tlpkg/gpg/tl-key-extension.txt: gpg expiry

commits+preining at tug.org commits+preining at tug.org
Sun Sep 11 02:37:43 CEST 2022


Revision: 64337
          http://tug.org/svn/texlive?view=revision&revision=64337
Author:   preining
Date:     2022-09-11 02:37:43 +0200 (Sun, 11 Sep 2022)
Log Message:
-----------
gpg expiry update doc: more specific keyserver send message

Modified Paths:
--------------
    trunk/Master/tlpkg/gpg/tl-key-extension.txt

Modified: trunk/Master/tlpkg/gpg/tl-key-extension.txt
===================================================================
--- trunk/Master/tlpkg/gpg/tl-key-extension.txt	2022-09-10 23:49:34 UTC (rev 64336)
+++ trunk/Master/tlpkg/gpg/tl-key-extension.txt	2022-09-11 00:37:43 UTC (rev 64337)
@@ -28,10 +28,18 @@
 rm -rf $GNUPGHOME
 unset GNUPGHOME
 
-gpg --send-keys $KEYID
+# send keys
+# make sure that .gnupg/dirmngr.conf does NOT contain hkp-cacert lines!!!
 
-# also update https://keyserver.ubuntu.com/ and maybe others?
+# 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
+
+
+
 # update TeX Live repository
 export GNUPGHOME=/home/texlive/Master/tlpkg/gpg # wherever svn checkout
 # use gpg version 1 here!!!



More information about the tex-live-commits mailing list.