Lets Encrypt Setup SSL Single Site

From Logic Wiki
Revision as of 15:38, 24 April 2024 by AliIybar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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