Skip to content

Commit 0cab874

Browse files
committed
Updated ReadMe
1 parent 5a999d9 commit 0cab874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Lets-Encrypt_Automate_PowerShell
22

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.
44

55
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
67

78
The script should be ran on the IIS Server.
89

0 commit comments

Comments
 (0)