summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAleksandr Vityazev <avityazev@posteo.org>2022-04-04 22:07:38 +0000
committerLudovic Courtès <ludo@gnu.org>2022-04-05 20:41:39 +0200
commit1e0cd871b847a47c1884c3749c2851bf6ac5d479 (patch)
tree4ba4e295899a9e007ef3e1f2a7227d6347e40d0d /doc
parent1fed7ab09e21f82b68bce3a27ed956b1617af7d0 (diff)
downloadguix-1e0cd871b847a47c1884c3749c2851bf6ac5d479.tar.gz
doc: Update the sample yggdrasil-private.conf.
* doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi18
1 files changed, 6 insertions, 12 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 8f7389a1ba..54793c9648 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -101,6 +101,7 @@ Copyright @copyright{} 2021 Andrew Tropin@*
 Copyright @copyright{} 2021 Sarah Morgensen@*
 Copyright @copyright{} 2021 Josselin Poiret@*
 Copyright @copyright{} 2022 Remco van 't Veer@*
+Copyright @copyright{} 2022 Aleksandr Vityazev@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -19480,19 +19481,12 @@ signing and encryption keys are defined in @file{/etc/yggdrasil-private.conf}
 @example
 # sample content for /etc/yggdrasil-private.conf
 @{
-  # Your public encryption key. Your peers may ask you for this to put
-  # into their AllowedEncryptionPublicKeys configuration.
-  EncryptionPublicKey: 378dc5...
+  # Your public key. Your peers may ask you for this to put
+  # into their AllowedPublicKeys configuration.
+  PublicKey: 64277...
 
-  # Your private encryption key. DO NOT share this with anyone!
-  EncryptionPrivateKey: 0777...
-
-  # Your public signing key. You should not ordinarily need to share
-  # this with anyone.
-  SigningPublicKey: e1664...
-
-  # Your private signing key. DO NOT share this with anyone!
-  SigningPrivateKey: 0589d...
+  # Your private key. DO NOT share this with anyone!
+  PrivateKey: 5c750...
 @}
 @end example
 @end defvr