diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-02-10 17:27:19 +0100 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-02-22 21:43:54 +0100 |
commit | a2cb2bbc0ba984398dd79ff7bd37af8960f67ced (patch) | |
tree | baae47df220e0fcb43577ce75f070072a019b122 /doc | |
parent | 0420a293cc25ccf4c0958fd68e6e3ccb9394cb21 (diff) | |
download | patches-a2cb2bbc0ba984398dd79ff7bd37af8960f67ced.tar patches-a2cb2bbc0ba984398dd79ff7bd37af8960f67ced.tar.gz |
services: certbot: Allow to set RSA key size.
* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (<cerbot-configuration>, certbot-command,
certbot-activation, certbot-nginx-server-configurations): Add it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9e51ff3e86..e1802978b0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15785,6 +15785,9 @@ and several @code{domains}. Mandatory email used for registration, recovery contact, and important account notifications. +@item @code{rsa-key-size} (default: @code{2048}) +Size of the RSA key. + @item @code{default-location} (default: @i{see below}) The default @code{nginx-location-configuration}. Because @code{certbot} needs to be able to serve challenges and responses, it needs to be able |