1.1.0
Notes
New features:
- Add API for controlling whether HTTP-01, TLS-ALPN-01, or both challenge types are used (#197)
- create abstraction for SNI certificates in Kestrel (#108)
- add API to configure LettuceEncrypt when also calling 'UseKestrel' to configure its HTTPS defaults or endpoints (#109)
Bug fixes:
- workaround bug in Windows SSL stream when generating temporary self-signed certs (#110)
- fix race condition causing domain validation to valid sometimes. Run TLS-ALPN-01 first then HTTP-01 (if needed). Don't run in parallel (#198)
- Don't unset other HTTPS adapters which configure a OnAuthenticate callback (#199)
Other:
- Update package to target .NET Core 3.1 as 3.0 is no longer supported by Microsoft
Where to get the update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.1.0
https://nuget.org/packages/LettuceEncrypt.Azure/1.1.0
https://nuget.org/packages/McMaster.AspNetCore.Kestrel.Certificates/1.0.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt