From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: certbot-service wildcard support Date: Sat, 04 Aug 2018 12:17:13 +0200 Message-ID: <87wot6iggm.fsf@lassieur.org> References: <20180804075904.7iwtojwnntypoaju@abyayala> <87zhy2iif5.fsf@lassieur.org> <20180804094737.dfbdyxdg6jjtmll3@abyayala> <87y3dmihew.fsf@lassieur.org> <20180804100801.7cnog53n5ejm5whs@abyayala> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fltci-0006tF-ID for guix-devel@gnu.org; Sat, 04 Aug 2018 06:17:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fltcd-0005Ff-Kn for guix-devel@gnu.org; Sat, 04 Aug 2018 06:17:24 -0400 Received: from mail.lassieur.org ([83.152.10.219]:59618) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fltcd-0005FB-Al for guix-devel@gnu.org; Sat, 04 Aug 2018 06:17:19 -0400 In-reply-to: <20180804100801.7cnog53n5ejm5whs@abyayala> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Nils Gillmann Cc: guix-devel@gnu.org Nils Gillmann writes: >> It's just a tool that automates DNS records updating, but you won't need >> it if the DNS record used by Certbot only needs to be updated once. > > Okay. So basically it could work as-is, or is there some programming work > to be done for support entries like "*.taler.net"? There is some work to do so that the --webroot option is not used (instead another option should be used I guess) and the Nginx service is not run. I think entries like "*.taler.net" should be supported by the service. Thank you for working on it :-) I'd love to use the wildcard certificate.