LettuceEncryptModern 1.2.1-release.0
Install-Package LettuceEncryptModern -Version 1.2.1-release.0
dotnet add package LettuceEncryptModern --version 1.2.1-release.0
<PackageReference Include="LettuceEncryptModern" Version="1.2.1-release.0" />
paket add LettuceEncryptModern --version 1.2.1-release.0
#r "nuget: LettuceEncryptModern, 1.2.1-release.0"
// Install LettuceEncryptModern as a Cake Addin
#addin nuget:?package=LettuceEncryptModern&version=1.2.1-release.0&prerelease
// Install LettuceEncryptModern as a Cake Tool
#tool nuget:?package=LettuceEncryptModern&version=1.2.1-release.0&prerelease
Provides API for configuring ASP.NET Core to automatically generate HTTPS certificates. FORKED FROM: https://github.com/natemcmaster/LettuceEncrypt, UPDATED TO .net 5, added preferredChain option
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Certes (>= 3.0.0)
- LettuceEncryptModern.AspNetCore.Kestrel.Certificates (>= 1.0.0-release.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
- System.Text.Json (>= 5.0.2)
-
net5.0
- Certes (>= 3.0.0)
- LettuceEncryptModern.AspNetCore.Kestrel.Certificates (>= 1.0.0-release.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1-release.0 | 255 | 9/30/2021 |
1.2.0-release.0 | 89 | 9/30/2021 |