Last active
November 25, 2020 14:15
-
-
Save henno/48b18e3980a427a0fe85bf0896fb64d8 to your computer and use it in GitHub Desktop.
How to set up Letsencrypt certificate on Windows server for IIS and SSTP VPN at the same time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./wacs --target iissite --siteid 1 --validation selfhosting --installation "iis,script" --script "C:/letsencrypt/Scripts/PSScript.bat" --scriptparameters "C:/letsencrypt/Scripts/ImportSSTP.ps1 {5} 1" | |
| Type a message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment