Lets Encrypt Setup SSL Single Site

From Logic Wiki
Jump to: navigation, search


To create ssl for an iis site

@echo off
set /p id="Enter Site ID: "

wacs.exe --verbose --target iis --siteid "%id%" --installation iis --installationsiteid "%id%"

set /p id="Press anything to close"


Goto IIS > Sites and get the id from there