diff options
author | Aleksandr Vityazev <avityazev@posteo.org> | 2023-11-11 22:52:52 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-11-25 23:35:03 +0100 |
commit | c6141a3da80eec543f81ab886f73ec3d8da7874b (patch) | |
tree | 803a58e103b3a4dcd10d0499c635d5ebde6cb302 /doc | |
parent | 98da3707b68f5b0c50997bf56662778e4aef039a (diff) | |
download | guix-c6141a3da80eec543f81ab886f73ec3d8da7874b.tar.gz |
doc: Update yggdrasil related documentation.
* doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf. Remove obsolete options that may contain a file whose path is specified in the config-file field of yggdrasil-configuration. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 008c09150f..1fd2e21608 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -22165,10 +22165,6 @@ signing and encryption keys are defined in @file{/etc/yggdrasil-private.conf} @example # sample content for /etc/yggdrasil-private.conf @{ - # Your public key. Your peers may ask you for this to put - # into their AllowedPublicKeys configuration. - PublicKey: 64277... - # Your private key. DO NOT share this with anyone! PrivateKey: 5c750... @} @@ -22207,14 +22203,8 @@ should be stored, which are necessary to specify if you don't want a randomized address after each restart. Use @code{#f} to disable. Options defined in this file take precedence over @code{json-config}. Use the output of @code{yggdrasil -genconf} as a starting point. To configure a static -address, delete everything except these options: +address, delete everything except PrivateKey option. -@itemize -@item @code{EncryptionPublicKey} -@item @code{EncryptionPrivateKey} -@item @code{SigningPublicKey} -@item @code{SigningPrivateKey} -@end itemize @end table @end deftp |