ACMESharp
ACMESharp copied to clipboard
Failed to create new web Binding
Hello,
I am trying to create a Let's Encrypt certificate on a Windows Server 2012 R2 and I have an error when stating that a new binding cannot be created:
Can you help me with this? Thanks
Sorry -- the Install-ACMECertificateToIIS
cmdlet hasn't been maintained for a couple of releases. There is a new "Installer" that ready to go to replace it in the upcoming 0.8.2 version, but that version is not quite ready for release yet.
In the mean time, you can try to export the cert (using Get-ACMECertificate
) and installing it using a some PowerShell cmdlets yourself. Alternatively, you can take a look at this tool which uses ACMESharp under the hood, but is custom-tailored to install certs into IIS. It is not PowerShell-based however.