ACMESharp icon indicating copy to clipboard operation
ACMESharp copied to clipboard

Failed to create new web Binding

Open alexandru-iacobescu opened this issue 8 years ago • 1 comments

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:

capture

Can you help me with this? Thanks

alexandru-iacobescu avatar Jan 30 '17 16:01 alexandru-iacobescu

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.

ebekker avatar Feb 02 '17 20:02 ebekker