LettuceEncrypt Versions Save

Free, automatic HTTPS certificate generation for ASP.NET Core web apps

v1.3.2-beta.292

1 month ago

v1.3.1

1 month ago

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/LettuceEncrypt/1.3.1 https://nuget.org/packages/LettuceEncrypt.Azure/1.3.1

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt

What's Changed

Full Changelog: https://github.com/natemcmaster/LettuceEncrypt/compare/v1.3.0...v1.3.1

v1.3.0

10 months ago

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/LettuceEncrypt/1.3.0 https://nuget.org/packages/LettuceEncrypt.Azure/1.3.0

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt

What's Changed

New Contributors

Full Changelog: https://github.com/natemcmaster/LettuceEncrypt/compare/v1.2.0...v1.3.0

v1.3.0-beta.249

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/natemcmaster/LettuceEncrypt/compare/v1.2.0...v1.3.0-beta.249

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/LettuceEncrypt/1.3.0-beta.249 https://nuget.org/packages/LettuceEncrypt.Azure/1.3.0-beta.249

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt

v1.2.0

1 year ago

What's new

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/LettuceEncrypt/1.2.0 https://nuget.org/packages/LettuceEncrypt.Azure/1.2.0

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt

v1.1.2

2 years ago

Changes

  • Updated Azure.Identity to 1.4.1
  • Add validation which raises error if attempting to use wildcard domains

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/LettuceEncrypt/1.1.2 https://nuget.org/packages/LettuceEncrypt.Azure/1.1.2

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt

v1.1.1

2 years ago

Fixes

  • Optimize cert loading/renewal checks on server startup (#205)
  • Fix regression causing infinite loop waiting for domain validation (#204)

How to get this update

Packages have been posted to these feeds:

NuGet.org

https://nuget.org/packages/LettuceEncrypt/1.1.1 https://nuget.org/packages/LettuceEncrypt.Azure/1.1.1

GitHub Package Registry

https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt

v1.1.0

2 years ago

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

v1.1.0-beta.81

3 years ago

v1.0.1

3 years ago

https://www.nuget.org/packages/LettuceEncrypt/1.0.1 https://www.nuget.org/packages/LettuceEncrypt.Azure/1.0.1

Changes:

  • 62273c043177d6587ed5ceebb1be8a2f55ac7c0b Upgrade package version to 1.0.1
  • c8f17c3ac7a5edc4ceadd77658e00404ad970cfb fix: detect KestrelServer in net5 (#159)

This list of changes was auto generated.