diff options
Diffstat (limited to 'gnu/services/certbot.scm')
-rw-r--r-- | gnu/services/certbot.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index c11c9a66bd..dc072ea8da 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -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}."))) |