mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: certbot: Add certbot-configuration-package to profile.
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 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
c4ce313052
commit
b300a09165
@@ -350,6 +350,8 @@ deploy."
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user