From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 18:07:50 2022 Received: (at submit) by debbugs.gnu.org; 4 Apr 2022 22:07:50 +0000 Received: from localhost ([127.0.0.1]:53251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbUrV-0005fW-Sr for submit@debbugs.gnu.org; Mon, 04 Apr 2022 18:07:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:54858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbUrU-0005fP-Lw for submit@debbugs.gnu.org; Mon, 04 Apr 2022 18:07:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33924) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbUrS-0006Jx-OM for guix-patches@gnu.org; Mon, 04 Apr 2022 18:07:48 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44279) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbUrQ-0000Q7-8O for guix-patches@gnu.org; Mon, 04 Apr 2022 18:07:46 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 51640240109 for ; Tue, 5 Apr 2022 00:07:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1649110060; bh=3uxgreWZHJG5lJemiVFihq4pl4n5o3FT0pgdUu5C4uU=; h=From:To:Subject:Date:From; b=pV5pNYiBh7rQ+PBVmhAiqW9cqBl4R9GuIlZlpg/fyBUZD4PCaxjTTjO2OY4PKxuKr u99PjO77iA16el9kKppBQDkFQWPYRz4iGrgFyaXxaNwEnsUW54TkxUg0RdMUUGRiD3 jaYTQKH/W2aVI+pq17g1WytdQFe2dWuUs4PXgw1qM4AHp9fROV4+n3hwQmnDH6RS0c 1x/JbFiBsfq6frdi48urHV6fl7CcnbrvZON5FZvFUzwDFoP7QuWXPoROTL7A8XQYGd pW3ss2JxEP0uiqPi7JPsNqBPgCdXw9kof+hfS0Eyd7+925J/O24s0SThsVhipLg/3N TDbLjpG/ZzQ1g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KXPyz4MsJz6tmh for ; Tue, 5 Apr 2022 00:07:39 +0200 (CEST) From: Aleksandr Vityazev To: guix-patches@gnu.org Subject: [PATCH] doc: Update the sample yggdrasil-private.conf. Message-Id: <7db3c70420dd831b567e40878ba7c8c66b07ef9c.1649109886.git.avityazev@posteo.org> Date: Mon, 04 Apr 2022 22:07:38 +0000 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=avityazev@posteo.org; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf. --- doc/guix.texi | 18 ++++++------------ 1 file 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 -- 2.34.0 -- Aleksandr Vityazev From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 05 13:11:27 2022 Received: (at 54717-done) by debbugs.gnu.org; 5 Apr 2022 17:11:27 +0000 Received: from localhost ([127.0.0.1]:56017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbmiE-0001EA-Rb for submit@debbugs.gnu.org; Tue, 05 Apr 2022 13:11:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbmiE-0001Dp-51 for 54717-done@debbugs.gnu.org; Tue, 05 Apr 2022 13:11:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37300) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbmi8-0003OA-Q9; Tue, 05 Apr 2022 13:11:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/hsEB2sWEit3mHSY1omC4ztXPzRZaXybHgt5SonUGyY=; b=it+rrhq5HGm34qW5OH29 HoQNjAKiYof5+hW7YyotK2hpoKDOAA7+FgI6TFEQyUzsS7e1BKcKAddFmSHZM5HuKLIgP0ul8Ybgs nSTppFPBzQvVrvPm9CE+xuIH2lO01U5wPGkByHaj5OVSDpLNn5mgqVvC0OJb+epWMao2i8Qp1mPyM 9NPDOjwln0XQy4bRXVZlLWqCFiJODRQPXsGiwsbun+scGPlM/boJE2dzWxGgubVwc3/gs9bOHrel7 KJ5Fx+8Feo8TFkaxgAeaT8dwmHIRg1jTXLx8cCN4O8PoiBVmLtkko1m3sXoj0sCij5FeguxkR4GIV 6UPXS/k+QER8dA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60275 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbmi6-00069M-QQ; Tue, 05 Apr 2022 13:11:20 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Aleksandr Vityazev Subject: Re: bug#54717: [PATCH] doc: Update the sample yggdrasil-private.conf. References: <7db3c70420dd831b567e40878ba7c8c66b07ef9c.1649109886.git.avityazev@posteo.org> Date: Tue, 05 Apr 2022 19:11:17 +0200 In-Reply-To: <7db3c70420dd831b567e40878ba7c8c66b07ef9c.1649109886.git.avityazev@posteo.org> (Aleksandr Vityazev's message of "Mon, 04 Apr 2022 22:07:38 +0000") Message-ID: <87y20jjw0a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54717-done Cc: 54717-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Aleksandr Vityazev skribis: > * doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf. Applied, thanks! From unknown Thu Jun 19 14:25:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 May 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator