@@ -12,7 +12,7 @@ Set the script to run on a schedule using Task Scheduler. It will need to run as
The script takes one parameter - the port to bind SSL to. If this is omitted it will default to 443, but e.g. the Gamma server serves SSL on port 5729. This would be set by running `iis.ps1 -Port 5729`.
The script will give useful log output which you can redirect to a file by scheduling the task with appropriate arguments - for example, set the command to be `powershell.exe` with arguments `-file iis.ps1 -Port 5729 > log.txt 2>&1`.
The script will give useful log output which you can redirect to a file by scheduling the task with appropriate arguments - for example, set the command to be `powershell.exe` with arguments `-file iis.ps1 -Port 5729 > log.txt 2>&1`, and set the command to start in `C:\autocert` (or whatever location you defined before).