mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Explain that 'guix publish' relies on the key pair.
* doc/guix.texi (Invoking guix publish): Mention 'guix archive --generate-key'.
This commit is contained in:
parent
d431b23240
commit
b18812b6a4
1 changed files with 4 additions and 0 deletions
|
@ -4877,6 +4877,10 @@ their authenticity and integrity (@pxref{Substitutes}). Because
|
|||
readable by the system administrator, it must be started as root; the
|
||||
@code{--user} option makes it drop root privileges early on.
|
||||
|
||||
The signing key pair must be generated before @command{guix publish} is
|
||||
launched, using @command{guix archive --generate-key} (@pxref{Invoking
|
||||
guix archive}).
|
||||
|
||||
The general syntax is:
|
||||
|
||||
@example
|
||||
|
|
Loading…
Reference in a new issue