summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/gpg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-05-04 03:02:37 +0000
committerNorbert Preining <norbert@preining.info>2020-05-04 03:02:37 +0000
commit47af91cb8475b7352015cf05ce881e6b8415112d (patch)
tree17afceb279a6187f83336bac3c72536ae1522a88 /systems/texlive/tlnet/tlpkg/gpg
parentd78de17ddf0443233483fd98f40802cae5aa87c5 (diff)
CTAN sync 202005040302
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/gpg')
-rw-r--r--systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt9
1 files changed, 6 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 a5e7650809..c4e3dc4331 100644
--- a/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
+++ b/systems/texlive/tlnet/tlpkg/gpg/tl-key-extension.txt
@@ -1,16 +1,15 @@
-$Id: tl-key-extension.txt 54627 2020-04-06 02:50:49Z preining $
+$Id: tl-key-extension.txt 54986 2020-05-03 15:10:31Z karl $
(Public domain.)
How to update TeX Live distribution signing key
===============================================
-this should be done every year during the pretest.
+This must be done every year! It's not optional.
shut down networking service
cp gpg directory from USB stick to computer
-
export GNUPGHOME=...<COPY OF USBSTICK gpg directory>
export KEYID=0xC78B82D8C79512F79CC0D7C80D5E5D9106BAB6BC
gpg --edit-key $KEYID
@@ -44,3 +43,7 @@ svn/git commit
# texlive.asc, see above how to export it)
gpg --homedir ~texlive/.gnupg --import texlive.asc
+
+More info:
+. we use tlpkg/bin/tl-sign-file to sign texlive.tlpdb.
+. gpg --verify --verbose foo.asc for info on signature of file.