From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32845: guix.info: Missing manual Date: Sat, 29 Sep 2018 18:14:36 +0200 Message-ID: <87o9cgz3f7.fsf@gnu.org> References: <87y3bolf9v.fsf@ambrevar.xyz> <874lect9x0.fsf@elephly.net> <87efdgjb7h.fsf@ambrevar.xyz> <87zhw4rpel.fsf@elephly.net> <87ftxv3vf4.fsf@gnu.org> <87r2hfrmcf.fsf@elephly.net> <87h8i91jaq.fsf@gnu.org> <87a7o1nypy.fsf@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6HtX-0002vR-56 for bug-guix@gnu.org; Sat, 29 Sep 2018 12:15:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6HtW-00087O-EV for bug-guix@gnu.org; Sat, 29 Sep 2018 12:15:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54850) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g6HtW-00087K-B7 for bug-guix@gnu.org; Sat, 29 Sep 2018 12:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g6HtW-0002kn-6b for bug-guix@gnu.org; Sat, 29 Sep 2018 12:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7o1nypy.fsf@tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 28 Sep 2018 22:39:21 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Tobias Geerinckx-Rice Cc: Pierre Neidhardt , 32845@debbugs.gnu.org Hi Tobias, Tobias Geerinckx-Rice skribis: > Ludovic Court=C3=A8s wrote: >> Ricardo Wurmus skribis: >>> =E2=80=9Ccertbot=E2=80=9D can be used with manual DNS validation, which >>> requires us to deploy a DNS TXT record. This can be automated with >>> certbot hooks (scripts that have access to the token that should be >>> published via environment variables) or through JSON mode, which >>> returns >>> an object with the token that can be processed through other means. >> >> I didn=E2=80=99t know about all this! Looks like our Certbot service >> doesn=E2=80=99t >> support it though? > > Not out of the box, and last time I checked vanilla certbot didn't > provide an nsupdate (RFC2136) hook alongside all the DNSaaS API > rubbish. > > But it's certainly possible, and wonderfully stable once set up. t.gr > runs entirely on GuixSD + Knot + DNS-validated LE certs. Neat. Would you like to help come up with a Knot & Certbot config for guix.gnu.org? :-) The peculiarity is this: --8<---------------cut here---------------start------------->8--- $ getent hosts guix.gnu.org 141.80.181.40 guix.gnu.org 185.233.100.56 guix.gnu.org --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.