start-sleep -seconds 30 $cert = Get-ChildItem -Path Cert:\LocalMachine\My | Where-Object {$_.Issuer -like "*Let's Encrypt*"} netsh ras set sstp-ssl-cert hash = $cert.thumbprint net stop remoteaccess net start remoteaccess netsh advfirewall firewall set rule name="World Wide Web Services (HTTP Traffic-In)" new enable=no