M gnu/services/certbot.scm => gnu/services/certbot.scm +6 -1
@@ 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}.")))
M po/packages/POTFILES.in => po/packages/POTFILES.in +1 -0
@@ 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