Win-acme APACHE WITH multiple domains - verification file

hi,
unfortunately certbot have stopped to support windows.

I just renewed my various certificates but I am preparing to use win-acme.

I followed several tutorials and if I want to have a single certificate for multiple domains on apache windows system. I can specify them one after the other with a comma. The problem is that when I specify the path where to find the verification file, win-acme makes me specify only one.

what if I insert multiple domains? es. test1.test.com, test2.test.com, test3.test.com?
I thought that I need to insert multiple path for the confirmation file es. htdocs/test1, htdocs/test2, htdocs/test3 but It ask me just one path. How to solve it?

Many thanks

Welcome @pnmsib

My first suggestion is to use simple-acme rather than win-acme. The principal maintainer of win-acme forked win-acme and says this about simple-acme:

"Going forwards, this is the version that I will be supporting and working on. I don’t expect there to be further releases of win-acme, unless ZeroSSL chooses to continue developing that project separately for themselves."

The website for simple-acme is https://simple-acme.com/

My second suggestion is to not use a single cert with domain names from multiple VirtualHosts. It is easier to manage if each cert has all of and only the domain names from a single VirtualHost.

2 Likes

Yeah, I also separate my domains into multiple certificates, one per domain with multiple hostnames (subdomains) et c.

Makes management more managable IMO indeed.

1 Like