Re: [WWW] faq/current.html - acme.conf -> acme-client.conf

2017-02-09 Thread Sebastian Benoit
Theo Buehler(t...@math.ethz.ch) on 2017.02.09 14:07:12 +0100:
> On Thu, Feb 09, 2017 at 12:53:53PM +, Raf Czlonka wrote:
> > Hi all,
> > 
> > There a typo in the acme-client config file name in faq/current.html[0]
> > 
> > Patch below?
> 
> Applied. Thanks.
> 
> > 
> > [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.
> 
> Isn't this overkill? The domain rules are only a few lines.

yes, it is. For current.html anyway.

I have some ideas for features where you want to do that anyway, but if that
happens it belongs into the manpage.



Re: [WWW] faq/current.html - acme.conf -> acme-client.conf

2017-02-09 Thread Theo Buehler
On Thu, Feb 09, 2017 at 12:53:53PM +, Raf Czlonka wrote:
> Hi all,
> 
> There a typo in the acme-client config file name in faq/current.html[0]
> 
> Patch below?

Applied. Thanks.

> 
> [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.

Isn't this overkill? The domain rules are only a few lines.



[WWW] faq/current.html - acme.conf -> acme-client.conf

2017-02-09 Thread Raf Czlonka
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.html5 Feb 2017 07:02:51 -   1.780
+++ faq/current.html9 Feb 2017 12:43:39 -
@@ -581,7 +581,7 @@ cp -p /etc/acme/privkey.pem /etc/acme/le
 
 
 It is recommended that you leave all current content of the new
-/etc/acme.conf untouched and append your domain { } sections.
+/etc/acme-client.conf untouched and append your domain { } 
sections.
 This will make future upgrades easier.