mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Mention generation of ECDSA/Ed25519 keys when supported.
* doc/guix.texi (Invoking guix archive): Mention ECDSA/Ed25519 as the default type of keys for libgcrypt >= 1.6.0.
This commit is contained in:
parent
c1b0c7d976
commit
867d847305
1 changed files with 4 additions and 2 deletions
|
@ -1438,8 +1438,10 @@ generate the key pair.
|
|||
|
||||
The generated key pair is typically stored under @file{/etc/guix}, in
|
||||
@file{signing-key.pub} (public key) and @file{signing-key.sec} (private
|
||||
key, which must be kept secret.) When @var{parameters} is omitted, it
|
||||
is a 4096-bit RSA key. Alternately, @var{parameters} can specify
|
||||
key, which must be kept secret.) When @var{parameters} is omitted,
|
||||
an ECDSA key using the Ed25519 curve is generated, or, for Libgcrypt
|
||||
versions before 1.6.0, it is a 4096-bit RSA key.
|
||||
Alternately, @var{parameters} can specify
|
||||
@code{genkey} parameters suitable for Libgcrypt (@pxref{General
|
||||
public-key related Functions, @code{gcry_pk_genkey},, gcrypt, The
|
||||
Libgcrypt Reference Manual}).
|
||||
|
|
Loading…
Reference in a new issue