Windows Client supporting wildcard bindings with auto renewal

Hi

I’m hosting my website on a windows 2012 server with IIS 8.

My site uses a wildcard binding.

See this issue for full explanation why: https://github.com/Lone-Coder/letsencrypt-win-simple/issues/412

I’ve been looking at the windows clients, and they all seem to be at an alpha stage.

Is there a windows client that will be able to auto renew an SNI certificate on a wildcard binding, or would I need to write my own client to make that work?

hi @mortenbock

I would suggest you go for the ACMESharp Library which will give you control over how to bind certificates in a way that you want.

The way a lot of the clients are written is that they audit the IIS configs and try to derive domains from that.

Most of the Windows Clients are built on ACMESharp.

Sample Source Code: https://marc.durdin.net/2016/11/automating-certificate-renewal-with-lets-encrypt-and-acmesharp-on-windows/

Andrei

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.