[Bug 233909] security/py-certbot: Incorrect config file path since update to 0.29.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 11 14:34:01 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233909
--- Comment #8 from Yasuhiro KIMURA <yasu at utahime.org> ---
(In reply to Matthew Seaman from comment #7)
Hello Matthew,
Index: files/patch-certbot_compat.py
===================================================================
--- 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 = {
+ 'work': '/var/lib/letsencrypt',
+ 'logs': '/var/log/letsencrypt',
+ }
++FREEBSD_DEFAULT_FOLDERS = {
++ 'config': '%%LOCALBASE%%/letsencrypt',
^^^^^^^^^^^^^^^^^^^^^^^^^^^
This should be '%%LOCALBASE%%/etc/letsencrypt'.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list