mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 12:40:32 +02:00
services: certbot: Add default value and description.
* gnu/services/certbot.scm (certbot-service-type) [default-value, description]: New fields. * po/packages/POTFILES.in: Add it.
This commit is contained in:
@@ -125,4 +125,9 @@
|
||||
(certbot-configuration
|
||||
(inherit config)
|
||||
(hosts (append (certbot-configuration-hosts config)
|
||||
additional-hosts)))))))
|
||||
additional-hosts)))))
|
||||
(default-value (certbot-configuration))
|
||||
(description
|
||||
"Automatically renew @url{https://letsencrypt.org, Let's
|
||||
Encrypt} HTTPS certificates by adjusting the nginx web server configuration
|
||||
and periodically invoking @command{certbot}.")))
|
||||
|
||||
@@ -58,5 +58,6 @@ gnu/packages/web.scm
|
||||
gnu/packages/wordnet.scm
|
||||
gnu/packages/xiph.scm
|
||||
gnu/services/base.scm
|
||||
gnu/services/certbot.scm
|
||||
gnu/services/networking.scm
|
||||
gnu/services/version-control.scm
|
||||
|
||||
Reference in New Issue
Block a user