You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Lets-Encrypt_Automate_PowerShell
2
2
3
-
This PowerShell script automates the process of generating a LetsEncrypt SSL Certificate and assigning it to a IIS Site. It can create a HTTPS binding for a Site or it can Renew a current HTTPS Binding with new Certificate
3
+
This PowerShell script automates the process of generating a LetsEncrypt SSL Certificate and assigning it to a IIS Site. It will either create an HTTPS binding for a Site or it can Renew a current HTTPS Binding with a new Certificate.
4
4
5
5
It requries that ACMESharp is installed on the Server - https://github.com/ebekker/ACMESharp
6
+
Thanks to Rick Strahl for the initial idea - https://weblog.west-wind.com/posts/2016/feb/22/using-lets-encrypt-with-iis-on-windows#TheEasyWay:LetsEncrypt-Win-Simple
0 commit comments