Geir Svalland([email protected]) on 2019.03.23 15:39:13 +0000: > Hello > mtp$ uname -a > OpenBSD smtp.thorshammare.org 6.4 GENERIC.MP#8 amd64 > > I'm hosting and serving multiple domains, 5 of them, using httpd. > The domains are declared in /etc/acme-client.conf, and in my initial > setup I used the command "acme-client -vAD example.com" on every domain > to create > the certs. All of this is working great, but my question is regarding > updating. > > I intend to use a cron job for this, "acme-client example.com && rcctl > reload httpd" > but I'm not able to get this working for all of the domains in one > single command. > > Is that possible to do ? > Or do I have to use 5 differen lines with one domain name on each?
Currently acme-client does not do that. Use mishas script. Or modify acme-client to itterate over all domains in the config file. If you do that, i suggest to only do it for the renew case.

