https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233909
--- Comment #8 from Yasuhiro KIMURA <y...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"