criteo-cookbooks / winrm-config

Windows Remoting Server
Apache License 2.0
5 stars 2 forks source link

Listener LWRP does not replace sslcert properly #10

Closed Annih closed 8 years ago

Annih commented 9 years ago

When using https listener, the provider has to register the certificate to use it with specified port. The issue occurs when a registration already exists for the specified port, the LWRP does not detect that the certificate is different and do not replace it.

Annih commented 9 years ago

We might want to use the windows_http_acl and windows_certificate_binding I tried it in this branch: wip_cert_idempotency

Annih commented 8 years ago

Fixed by #11