From a2cb2bbc0ba984398dd79ff7bd37af8960f67ced Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Sat, 10 Feb 2018 17:27:19 +0100 Subject: services: certbot: Allow to set RSA key size. * doc/guix.texi (Certificate Services): Document it. * gnu/services/certbot.scm (, certbot-command, certbot-activation, certbot-nginx-server-configurations): Add it. --- doc/guix.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3