From owner-freebsd-questions@freebsd.org Mon Dec 10 17:56:24 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4C98132E6BC for ; Mon, 10 Dec 2018 17:56:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51B9F857A8 for ; Mon, 10 Dec 2018 17:56:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [88.202.132.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 5F1D778A4 for ; Mon, 10 Dec 2018 17:56:23 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/5F1D778A4; dkim=none; dkim-atps=neutral Subject: Re: certbot lost certificates , and registration data To: freebsd-questions@freebsd.org References: <4290f82e-ce3a-0ce3-aab7-df21a9c636e6@ifdnrg.com> <80637ff8-1c6a-d23b-6bda-bc8b48b5c51b@ifdnrg.com> From: Matthew Seaman Message-ID: <5314f953-78f4-234a-0a66-5874f9d4fe41@FreeBSD.org> Date: Mon, 10 Dec 2018 17:56:22 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 51B9F857A8 X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:20712, ipnet:2001:8b0::/32, country:GB] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2018 17:56:24 -0000 On 10/12/2018 17:48, Michael Sierchio wrote: > On Mon, Dec 10, 2018 at 6:44 AM Paul Macdonald via freebsd-questions < > freebsd-questions@freebsd.org> wrote: > >> I think this is due to the config dir defaulting to /etc/letsencrypt in >> the latest update, >> >> symlinking /usr/local/etc/letsencrypt to /etc/letsencrypt is a quick fix >> tested as working for me.. > > > +1 > This was due to an upstream change moving where various paths are defined to a different file, and so making the port's attempt to modify the settings in the original file pretty futile. I'll be working on a fix later tonight. Cheers, Matthew