From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41854) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB2P7-00011d-1R for guix-patches@gnu.org; Sun, 08 Mar 2020 16:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jB2P6-0006ka-5T for guix-patches@gnu.org; Sun, 08 Mar 2020 16:20:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43346) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jB2P6-0006kC-36 for guix-patches@gnu.org; Sun, 08 Mar 2020 16:20:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jB2P3-0004UI-VN for guix-patches@gnu.org; Sun, 08 Mar 2020 16:20:01 -0400 Subject: bug#39934: [PATCH] services: certbot: Add server option. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200305203948.2998-1-jackhill@jackhill.us> Date: Sun, 08 Mar 2020 21:19:06 +0100 In-Reply-To: <20200305203948.2998-1-jackhill@jackhill.us> (Jack Hill's message of "Thu, 5 Mar 2020 15:39:48 -0500") Message-ID: <8736aia9c5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jack Hill Cc: Tobias Geerinckx-Rice , 39934-done@debbugs.gnu.org Hi, Jack Hill skribis: > * 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 Applied, thanks! Ludo=E2=80=99.