Received: (at submit) by debbugs.gnu.org; 8 May 2024 12:02:56 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed May 08 08:02:56 2024 Received: from localhost ([127.0.0.1]:48496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1s4g0e-0008Lh-3q for submit <at> debbugs.gnu.org; Wed, 08 May 2024 08:02:56 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <richard@HIDDEN>) id 1s4g0Z-0008Lb-TW for submit <at> debbugs.gnu.org; Wed, 08 May 2024 08:02:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <richard@HIDDEN>) id 1s4fzo-0004Gr-Cz for guix-patches@HIDDEN; Wed, 08 May 2024 08:02:04 -0400 Received: from mail-108-mta48.mxroute.com ([136.175.108.48]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <richard@HIDDEN>) id 1s4fzj-0000vj-8H for guix-patches@HIDDEN; Wed, 08 May 2024 08:02:04 -0400 Received: from filter006.mxroute.com ([136.175.111.2] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta48.mxroute.com (ZoneMTA) with ESMTPSA id 18f5814dd670008ca2.001 for <guix-patches@HIDDEN> (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Wed, 08 May 2024 12:01:53 +0000 X-Zone-Loop: 9442b153803bf0e57bc179268913d04339b47fe112d1 X-Originating-IP: [136.175.111.2] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9wl6sl2KgW+5ZhDlu5uJSewQKvfqixCU/vsDDFEFFDg=; b=gndQS1pS9852A4E667+2w0ukCV BWK3Y1g138vX5uHiwgMHM5X2A6arYU8xND+IAUIdh4EIkOcqYNheAncaYfOlsGjFVvHiaCfCZeNfr GBMVdwyVq1ZwPY5OQjZ8qxEzVQfcIOjwXgFNnWSBZX583TVVbtaoBi8HaP5y7QlANvLZr3dD/Q0r8 gydWCy83lLSov+cF4+CO6Fb/P7FWqviHrQ9F2KMiBZyxCzQx7Umr+XYs8WpW0nx6y5dZJuVWCspEH 9gS8/qGrtJCUpiX0UDR7QrbcYiYGA0PSMHELLcBM43RjXQ6QPhkA2h27UvYgmPVoYgKcixCLxmUff RBzaD4TA==; From: Richard Sent <richard@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH] services: certbot: Add certbot-configuration-package to profile. Date: Wed, 8 May 2024 08:00:42 -0400 Message-ID: <59b4aeb213fce0283235822576aa51390e6ba4d0.1715169642.git.richard@HIDDEN> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: richard@HIDDEN Received-SPF: pass client-ip=136.175.108.48; envelope-from=richard@HIDDEN; helo=mail-108-mta48.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_PASS=-0.001, T_SPF_HELO_TEMPERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Richard Sent <richard@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) As the manual suggests running a certbot command to view the issued certificates, add it to the profile. gnu/services/certbot.scm (certbot-service-type): Extend profile-service-type with certbot-configuration-package. Change-Id: I92618597bbdc8d838420b2e0f82de601b0bc609b --- Hi Guix! This is just a small enhancement to certbot-service-type to make it easier to use. The manual suggests running a certbot command to view the issued certificates ($ certbot certificates). So, adding the configured certbot package to the profile improves ease of use. gnu/services/certbot.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index f287c8367f..b276c49e0f 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -350,6 +350,8 @@ (define certbot-service-type (extensions (list (service-extension nginx-service-type certbot-nginx-server-configurations) + (service-extension profile-service-type + (compose list certbot-configuration-package)) (service-extension activation-service-type certbot-activation) (service-extension mcron-service-type base-commit: da41a8f5e85774e2a507d821b5d52e600fb9d1d7 -- 2.41.0
Richard Sent <richard@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#70828
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.