diff options
author | Jack Hill <jackhill@jackhill.us> | 2020-03-05 15:39:48 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-08 21:21:57 +0100 |
commit | f6713b55a18e2e1310af772e7556ce803f52e527 (patch) | |
tree | 8ce5f17e84c6c6a5958446ec93c8b0e941b40207 /doc | |
parent | 9ef37e81d6acae0de978abfdf0f5f19a0760bd71 (diff) | |
download | patches-f6713b55a18e2e1310af772e7556ce803f52e527.tar patches-f6713b55a18e2e1310af772e7556ce803f52e527.tar.gz |
services: certbot: Add server option.
* gnu/services/certbot.scm (certbot-configuration): Add server option.
(certbot-command): Use server option.
(certbot-actication): Use server option.
(certbot-nginx-server-configurations): Use server option.
* doc/guix.texi (Certificate Services): Document server option.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fab9159530..2278cb6a53 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -74,6 +74,7 @@ Copyright @copyright{} 2019, 2020 Simon Tournier@* Copyright @copyright{} 2020 Wiktor Żelazny@* Copyright @copyright{} 2020 Damien Cassou@* Copyright @copyright{} 2020 Jakub Kądziołka@* +Copyright @copyright{} 2020 Jack Hill@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -21008,6 +21009,10 @@ and several @code{domains}. Mandatory email used for registration, recovery contact, and important account notifications. +@item @code{server} (default: @code{#f}) +Optional URL of ACME server. Setting this overrides certbot's default, +which is the Let's Encrypt server. + @item @code{rsa-key-size} (default: @code{2048}) Size of the RSA key. |