aloopkin / WinCertes

An ACMEv2 client for Windows
GNU General Public License v3.0
118 stars 28 forks source link

About web server root option #33

Closed zhangsir199 closed 3 years ago

zhangsir199 commented 3 years ago

By the option description, web server root was indicated by -w option, however It is Invalid if you using -w mypath, while -w=mypath is OK.

aloopkin commented 3 years ago

The help says: -w, --webserver[=ROOT] toggles the local web server use and sets its ROOT directory (default c:\inetpub\wwwroot).

it clearly states =ROOT (mypath in your example).

zhangsir199 commented 3 years ago

I means the other options can use space, such as -e mail,-e=mail,-d domain,-d=domain, these are all OK. In your quick start command: WinCertes.exe -e me@example.com -d test1.example.com -d test2.example.com -w -b "Default Web Site" -p, there is no equal sign, this mislead me and waste lot of time.