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
|
@ -4877,6 +4877,10 @@ their authenticity and integrity (@pxref{Substitutes}). Because
|
||||||
readable by the system administrator, it must be started as root; the
|
readable by the system administrator, it must be started as root; the
|
||||||
@code{--user} option makes it drop root privileges early on.
|
@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:
|
The general syntax is:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
|
Loading…
Reference in New Issue