Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 14:33:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 233909] security/py-certbot: Incorrect config file path since update to 0.29.1
Message-ID:  <bug-233909-21822-xmrcu2P4B2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233909-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233909-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233909

--- Comment #8 from Yasuhiro KIMURA <yasu@utahime.org> ---
(In reply to Matthew Seaman from comment #7)

Hello Matthew,

Index: files/patch-certbot_compat.py
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- files/patch-certbot_compat.py       (nonexistent)
+++ files/patch-certbot_compat.py       (working copy)
@@ -0,0 +1,32 @@
+--- certbot/compat.py.orig     2018-12-05 23:47:58 UTC
++++ certbot/compat.py
+@@ -183,6 +183,11 @@ LINUX_DEFAULT_FOLDERS =3D {
+     'work': '/var/lib/letsencrypt',
+     'logs': '/var/log/letsencrypt',
+ }
++FREEBSD_DEFAULT_FOLDERS =3D {
++    'config': '%%LOCALBASE%%/letsencrypt',
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^

This should be '%%LOCALBASE%%/etc/letsencrypt'.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233909-21822-xmrcu2P4B2>