diff options
author | Norbert Preining <preining@logic.at> | 2020-04-06 02:50:49 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2020-04-06 02:50:49 +0000 |
commit | 4f07fb4f99eb66de517d24276e1bc486b8eef911 (patch) | |
tree | 2caecf8e5d729c070e249c2749dacc57d0844f6e /Master | |
parent | 61ee50c7ce06400aa8787b353c8a7949a45a198f (diff) |
update explanations
git-svn-id: svn://tug.org/texlive/trunk@54627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/gpg/tl-key-extension.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/tlpkg/gpg/tl-key-extension.txt b/Master/tlpkg/gpg/tl-key-extension.txt index 6c5ab4a5ae4..dcd14e279f0 100644 --- a/Master/tlpkg/gpg/tl-key-extension.txt +++ b/Master/tlpkg/gpg/tl-key-extension.txt @@ -11,16 +11,17 @@ shut down networking service cp gpg directory from USB stick to computer -export GNUPGHOME=..... +export GNUPGHOME=...<COPY OF USBSTICK gpg directory> export KEYID=0xC78B82D8C79512F79CC0D7C80D5E5D9106BAB6BC gpg --edit-key $KEYID > key 2 # selects the expiring key, check! > expire -> 1y +> 16m # choose something after the release of the next TL > save +# export public key for import into svn and TUG account gpg -a --export $KEYID > texlive.asc # update USB drive with new stuff, remove from home, @@ -32,16 +33,14 @@ gpg --send-keys $KEYID # update TeX Live repository -export GNUPGHOME=/path/to/Master/tlpkg/gpg +export GNUPGHOME=/path/to/texlive-svn/Master/tlpkg/gpg # use gpg version 1 here!!! -gpg1 --import texlive.rsa +gpg1 --import texlive.asc svn/git commit -# on the TUG server - gpg --homedir ~texlive/etc \ - --keyserver hkp://pool.sks-keyservers.net \ - --recv-key $KEYID +# on the TUG server (needs the exported public key in +# texlive.asc, see above how to export it) +gpg --homedir ~texlive/.gnupg --import texlive.asc -# or import from texlive.asc |