Hi all, There a typo in the acme-client config file name in faq/current.html[0]
Patch below? [0] https://www.openbsd.org/faq/current.html Cheers, Raf P.S. Given that the config file supports includes, what do people think of changing it to something along the lines of: It is recommended that you leave all current content of the new /etc/acme-client.conf untouched, put your domain { } sections in separate files and use the _include_ keyword. This will make future upgrades easier. Index: faq/current.html =================================================================== RCS file: /cvs/www/faq/current.html,v retrieving revision 1.780 diff -u -p -r1.780 current.html --- faq/current.html 5 Feb 2017 07:02:51 -0000 1.780 +++ faq/current.html 9 Feb 2017 12:43:39 -0000 @@ -581,7 +581,7 @@ cp -p /etc/acme/privkey.pem /etc/acme/le </pre></blockquote> It is recommended that you leave all current content of the new -<tt>/etc/acme.conf</tt> untouched and append your <tt>domain { }</tt> sections. +<tt>/etc/acme-client.conf</tt> untouched and append your <tt>domain { }</tt> sections. This will make future upgrades easier. <p>
