GNU bug report logs -
#70828
[PATCH] services: certbot: Add certbot-configuration-package to profile.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70828 in the body.
You can then email your comments to 70828 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#70828
; Package
guix-patches
.
(Wed, 08 May 2024 12:03:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Richard Sent <richard <at> freakingpenguin.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 08 May 2024 12:03:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 03 Sep 2024 09:55:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Richard Sent <richard <at> freakingpenguin.com>
:
bug acknowledged by developer.
(Tue, 03 Sep 2024 09:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 70828-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Richard Sent <richard <at> freakingpenguin.com> skribis:
> 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.
Makes sense to me. Finally applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 02 Oct 2024 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.