ebekker / ACMESharp

An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
https://pkisharp.github.io/ACMESharp-docs/
1.21k stars 185 forks source link

#352 - Allow sslFlags to remain unchanged. #368

Closed JohnLBevan closed 5 years ago

JohnLBevan commented 5 years ago

Added a property, KeepExistingSslFlags, to the IisInstaller to allow people to run Install-ACMECertificate with Force = $true without triggering the Centralized Certificate Store. This is done by including KeepExistingSslFlags = $true; to the InstallerParameters argument.

ebekker commented 5 years ago

Thanks! Looks like a useful feature!

ebekker commented 5 years ago

Updated module has been built and published.