Given: Windows application that should be able to generate LE certificate in fully automated way on Windows:
- certificates should be usable with Apache2
- no IIS should be used; no problem running temporary Web server, just to provide required verification URL
- the tools should be allowed to be include into commercial product
Does the standard Python LE client satisfy the above? Can it be launched in fully automated mode without IIS?
Thanks.