diff options
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/tlmgr.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/tlmgr.1 | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/man/man1/tlmgr.1 b/Master/texmf-dist/doc/man/man1/tlmgr.1 index ed06ffbd753..89de2d0d8b4 100644 --- a/Master/texmf-dist/doc/man/man1/tlmgr.1 +++ b/Master/texmf-dist/doc/man/man1/tlmgr.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "TLMGR 1" -.TH TLMGR 1 "2016-05-03" "perl v5.22.1" "User Contributed Perl Documentation" +.TH TLMGR 1 "2016-05-05" "perl v5.22.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -677,6 +677,29 @@ after all. You can get them by using these options in conjunction with .Vb 1 \& tlmgr install \-\-reinstall \-\-with\-doc \-\-with\-src fontspec .Ve +.SS "key \fIargs\fP" +.IX Subsection "key args" +.IP "\fBkey list\fR" 4 +.IX Item "key list" +.PD 0 +.IP "\fBkey add \f(BIwhat\fB\fR" 4 +.IX Item "key add what" +.IP "\fBkey remove \f(BIkeyid\fB\fR" 4 +.IX Item "key remove keyid" +.PD +The action \f(CW\*(C`key\*(C'\fR allows listing, adding and removing additional keys +to the set of trusted keys, that is those that are used to verify the +TeX Live databases. +.Sp +With the \f(CW\*(C`list\*(C'\fR argument lists all keys. +.Sp +The \f(CW\*(C`add\*(C'\fR argument requires another argument, either a filename or +\&\f(CW\*(C`\-\*(C'\fR for stdin, from which the key is added. The key is added to the +local keyring \f(CW\*(C`GNUPGHOME/repository\-keys.gpg\*(C'\fR, which normally is +\&\f(CW\*(C`tlpkg/gpg/repository\-keys.gpg\*(C'\fR. +.Sp +The \f(CW\*(C`delete\*(C'\fR argument requires a key id and removes the requested id +from the local keyring. .SS "option" .IX Subsection "option" .IP "\fBoption [show]\fR" 4 @@ -1306,6 +1329,8 @@ created by the TeX Live Distribution \s-1GPG\s0 key 0x06BAB6BC, which in turn is signed by Karl Berry's key 0x9DEB46C0 and Norbert Preining's key 0x6CACA448. All of these keys are obtainable from the standard key servers. +.PP +Additional trusted keys can be added using the \f(CW\*(C`key\*(C'\fR action. .SS "Configuration of GnuPG invocation" .IX Subsection "Configuration of GnuPG invocation" The executable used for GnuPG is searched as follows: If the environment |