doc: Document --key-download option of 'guix refresh'.
* doc/guix.texi (Invoking guix refresh): Document --key-download.
This commit is contained in:
parent
29934e0244
commit
2bc53ba922
|
@ -2953,13 +2953,30 @@ The following options can be used to customize GnuPG operation:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|
||||||
@item --key-server=@var{host}
|
|
||||||
Use @var{host} as the OpenPGP key server when importing a public key.
|
|
||||||
|
|
||||||
@item --gpg=@var{command}
|
@item --gpg=@var{command}
|
||||||
Use @var{command} as the GnuPG 2.x command. @var{command} is searched
|
Use @var{command} as the GnuPG 2.x command. @var{command} is searched
|
||||||
for in @code{$PATH}.
|
for in @code{$PATH}.
|
||||||
|
|
||||||
|
@item --key-download=@var{policy}
|
||||||
|
Handle missing OpenPGP keys according to @var{policy}, which may be one
|
||||||
|
of:
|
||||||
|
|
||||||
|
@table @code
|
||||||
|
@item always
|
||||||
|
Always download missing OpenPGP keys from the key server, and add them
|
||||||
|
to the user's GnuPG keyring.
|
||||||
|
|
||||||
|
@item never
|
||||||
|
Never try to download missing OpenPGP keys. Instead just bail out.
|
||||||
|
|
||||||
|
@item interactive
|
||||||
|
When a package signed with an unknown OpenPGP key is encountered, ask
|
||||||
|
the user whether to download it or not. This is the default behavior.
|
||||||
|
@end table
|
||||||
|
|
||||||
|
@item --key-server=@var{host}
|
||||||
|
Use @var{host} as the OpenPGP key server when importing a public key.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Invoking guix lint
|
@node Invoking guix lint
|
||||||
|
|
Loading…
Reference in New Issue