texlive[73461] Master/tlpkg/gpg/tl-key-extension.txt: doc
commits+karl at tug.org
commits+karl at tug.org
Wed Jan 15 17:37:18 CET 2025
Revision: 73461
https://tug.org/svn/texlive?view=revision&revision=73461
Author: karl
Date: 2025-01-15 17:37:18 +0100 (Wed, 15 Jan 2025)
Log Message:
-----------
doc
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 2025-01-15 13:33:38 UTC (rev 73460)
+++ trunk/Master/tlpkg/gpg/tl-key-extension.txt 2025-01-15 16:37:18 UTC (rev 73461)
@@ -31,15 +31,17 @@
# 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
+# upload to 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
+# upload to ubuntu key server:
gpg --send-key --keyserver hkp://keyserver.ubuntu.com:80 $KEYID
+#
+# to check if it's there:
+gpg --list-key --keyserver hkp://keyserver.ubuntu.com:80 tex-live
-
# update TeX Live repository
export GNUPGHOME=/home/texlive/Master/tlpkg/gpg # wherever svn checkout
# use gpg version 1 here!!!
@@ -78,4 +80,4 @@
use --status-file and inspect:
gpg --verify --verbose --status-file=/tmp/st foo.asc
-. see tlgpg, tl-sign-file, TLCrypto.pm for full implementation.
+. see tlgpg, tlgpg-verify, tl-sign-file, TLCrypto.pm for full implementation.
More information about the tex-live-commits
mailing list.