mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
a222b734b3
commit
3af03e5967
2 changed files with 7 additions and 1 deletions
|
@ -125,4 +125,9 @@ (define certbot-service-type
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue