From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbkz7-00071l-OP for guix-patches@gnu.org; Sun, 30 Jul 2017 05:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbkz4-0000QP-N1 for guix-patches@gnu.org; Sun, 30 Jul 2017 05:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbkz4-0000QJ-Ja for guix-patches@gnu.org; Sun, 30 Jul 2017 05:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbkz4-0004Ow-9B for guix-patches@gnu.org; Sun, 30 Jul 2017 05:58:02 -0400 Subject: [bug#26685] certbot service experience Resent-Message-ID: Date: Sun, 30 Jul 2017 11:56:40 +0200 From: Julien Lepiller Message-ID: <20170730115636.047f41a4@lepiller.eu> In-Reply-To: <20170730092212.h2fodwoflv5axusr@abyayala> References: <87tw56dhlp.fsf@dustycloud.org> <87eft3a804.fsf@gnu.org> <8760ee108p.fsf@dustycloud.org> <20170730091712.ejvbohovrytocn45@abyayala> <20170730092212.h2fodwoflv5axusr@abyayala> 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: 26685@debbugs.gnu.org Le Sun, 30 Jul 2017 09:22:12 +0000, ng0 a =C3=A9crit : > Sorry, there are default locations: >=20 > By default, the following locations are searched: >=20 > /etc/letsencrypt/cli.ini > $XDG_CONFIG_HOME/letsencrypt/cli.ini (or > ~/.config/letsencrypt/cli.ini if $XDG_CONFIG_HOME is not set). >=20 > But I think this already helps. We could use the --config flag and pass the location of a generated config file as the argument. >=20 > > reference documentation: > > https://letsencrypt.readthedocs.io/en/latest/using.html > > =20