Difference between revisions of "Lets Encrypt Setup SSL Single Site"
From Logic Wiki
(Created page with "Category:SSL Category:IIS To create ssl for an iis site <pre> @echo off set /p id="Enter Site ID: " wacs.exe --verbose --target iis --siteid "%id%" --installation i...") |
|||
| Line 12: | Line 12: | ||
set /p id="Press anything to close" | set /p id="Press anything to close" | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | Goto IIS > Sites and get the id from there | ||
Latest revision as of 15:38, 24 April 2024
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