-
-
Notifications
You must be signed in to change notification settings - Fork 849
Closed
Labels
Milestone
Description
I am trying to create certficate for an iis site in unattended mode, but target plugin iis does not work.
- Run
wacs.exe --target iis --siteid 171 - See error:
Unable to find target plugin iis. Choose another plugin using the --target switch or change the default in settings.json
When i change commant to wacs.exe --target iissite --siteid 171 it works as expected, but in documentation it says use --target iis
Another problem is with auto generating iis bindings.
- Run
wacs.exe --target iissite --siteid 171 --installation iis - See error:
Unable to find store plugin iis. Choose another plugin using the --store switch or change the default in settings.json
So i want to generate certificates and add bindings for an iis site, also i want to be able to cancel it later in unattended mode with iis site id. What are the correct commands & parameters for this?
Platform:
- OS: Win Server 2016 x64
- IIS: 10
- Software version 2.1.9.870 (RELEASE, PLUGGABLE)