[PATCH] doc: Update the sample yggdrasil-private.conf.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Ludovic Courtès
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
7db3c70420dd831b567e40878ba7c8c66b07ef9c.1649109886.git.avityazev@posteo.org
* doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf.
---
doc/guix.texi | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)

Toggle diff (45 lines)
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
--
2.34.0



--

Aleksandr Vityazev
Ludovic Courtès wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 54717-done@debbugs.gnu.org)
87y20jjw0a.fsf@gnu.org
Hi,

Aleksandr Vityazev <avityazev@posteo.org> skribis:

Toggle quote (2 lines)
> * doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54717@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54717
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help