LettuceEncrypt 1.0.1
Provides API for configuring ASP.NET Core to automatically generate HTTPS certificates.
This configures your server to use the ACME protocol to connect with a certificate authority (CA),
such as Let's Encrypt (https://letsencrypt.org/), to verify ownership of your domain name
and generate a HTTPS certificate. This happens automatically when the server starts up, and will
renew the certificate automatically when the expiration date is near.
This only works with Kestrel, which is the default server configuration for ASP.NET Core projects. Other servers, such as IIS and nginx, are not supported.
This package was build from source code at https://github.com/natemcmaster/LettuceEncrypt/tree/62273c043177d6587ed5ceebb1be8a2f55ac7c0b
See the version list below for details.
Install-Package LettuceEncrypt -Version 1.0.1
dotnet add package LettuceEncrypt --version 1.0.1
<PackageReference Include="LettuceEncrypt" Version="1.0.1" />
paket add LettuceEncrypt --version 1.0.1
#r "nuget: LettuceEncrypt, 1.0.1"
Release Notes
* Fix bug in detecting Kestrel in .NET 5
Dependencies
-
.NETCoreApp 3.0
- Certes (>= 2.3.3)
-
.NETStandard 2.0
- Certes (>= 2.3.3)
- Microsoft.AspNetCore.Server.Kestrel.Core (>= 2.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.0)
- System.Text.Json (>= 4.7.2)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LettuceEncrypt:
Package | Downloads |
---|---|
LettuceEncrypt.Azure
Provides API for configuring ASP.NET Core to automatically generate HTTPS certificates and store them in Azure Key Vault.
See https://nuget.org/packages/LettuceEncrypt for more details.
This package was build from source code at https://github.com/natemcmaster/LettuceEncrypt/tree/a871f3f825c0db0a30bad0dec8648a060bbcd38f
|
|
Stormancer.LettuceEncrypt
Let's Encrypt plugin for Stormancer
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0-beta.73 | 6,928 | 7/9/2020 |
1.1.0-beta.60 | 441 | 6/7/2020 |
1.1.0-beta.19 | 67 | 1/17/2021 |
1.0.1 | 3,672 | 11/28/2020 |
1.0.0 | 11,119 | 5/26/2020 |
1.0.0-beta.6 | 202 | 5/21/2020 |