Re: acme-client config grammar improvements

2020-07-15 Thread Daniel Eisele
Am 16.07.2020 um 07:49 schrieb Paul de Weerd: > What I have is this: > > for DOMAIN in `awk '/^domain/ {print $2}' /etc/acme-client.conf` My script is similar to this... > As I need to update OCSP staples per domain anyway, doing a per-domain > song-and-dance makes sense for me. Since I set the

Re: acme-client config grammar improvements

2020-07-15 Thread Daniel Eisele
Am 15.07.2020 um 23:51 schrieb Sebastian Benoit: >> src/usr.sbin/acme-client/parse.y: >> * The grammar allows the user to omit the newline after the first line >> in a domain or authority block. > > Yes. I'm still pnodering this. What are the chances that someone does that? > > Probably no one do

acme-client config grammar improvements

2020-07-15 Thread Daniel Eisele
fails to build because struct sockaddr_in and struct sockaddr_in6 are missing (netinet/in.h). The missing header files only cause a build failure on FreeBSD, but I think it would still be a good idea to fix them in OpenBSD... Regards, Daniel Eisele --- parse.y.orig2020-07-10 12:36:30