LettuceEncryptModern.AspNetCore.Kestrel.Certificates
1.0.0-release.0
Install-Package LettuceEncryptModern.AspNetCore.Kestrel.Certificates -Version 1.0.0-release.0
dotnet add package LettuceEncryptModern.AspNetCore.Kestrel.Certificates --version 1.0.0-release.0
<PackageReference Include="LettuceEncryptModern.AspNetCore.Kestrel.Certificates" Version="1.0.0-release.0" />
paket add LettuceEncryptModern.AspNetCore.Kestrel.Certificates --version 1.0.0-release.0
#r "nuget: LettuceEncryptModern.AspNetCore.Kestrel.Certificates, 1.0.0-release.0"
// Install LettuceEncryptModern.AspNetCore.Kestrel.Certificates as a Cake Addin
#addin nuget:?package=LettuceEncryptModern.AspNetCore.Kestrel.Certificates&version=1.0.0-release.0&prerelease
// Install LettuceEncryptModern.AspNetCore.Kestrel.Certificates as a Cake Tool
#tool nuget:?package=LettuceEncryptModern.AspNetCore.Kestrel.Certificates&version=1.0.0-release.0&prerelease
A class library for managing HTTPS certificates with ASP.NET Core.
This library includes API for dynamically selecting which HTTPS certificate to use in Kestrel.
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 |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETStandard 2.0
- Microsoft.AspNetCore.Server.Kestrel.Core (>= 2.1.25)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LettuceEncryptModern.AspNetCore.Kestrel.Certificates:
Package | Downloads |
---|---|
LettuceEncryptModern
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-release.0 | 500 | 9/30/2021 |