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?
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."
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.