Fallenwood.McMaster.AspNetCore.Kestrel.Certificates
1.0.0
dotnet add package Fallenwood.McMaster.AspNetCore.Kestrel.Certificates --version 1.0.0
NuGet\Install-Package Fallenwood.McMaster.AspNetCore.Kestrel.Certificates -Version 1.0.0
<PackageReference Include="Fallenwood.McMaster.AspNetCore.Kestrel.Certificates" Version="1.0.0" />
paket add Fallenwood.McMaster.AspNetCore.Kestrel.Certificates --version 1.0.0
#r "nuget: Fallenwood.McMaster.AspNetCore.Kestrel.Certificates, 1.0.0"
// Install Fallenwood.McMaster.AspNetCore.Kestrel.Certificates as a Cake Addin #addin nuget:?package=Fallenwood.McMaster.AspNetCore.Kestrel.Certificates&version=1.0.0 // Install Fallenwood.McMaster.AspNetCore.Kestrel.Certificates as a Cake Tool #tool nuget:?package=Fallenwood.McMaster.AspNetCore.Kestrel.Certificates&version=1.0.0
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fallenwood.McMaster.AspNetCore.Kestrel.Certificates:
Package | Downloads |
---|---|
Fallenwood.LettuceEncrypt
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 211 | 7/30/2024 |
1.0.0-beta.19 | 46 | 7/30/2024 |
See release notes at https://github.com/fallenwood/LettuceEncrypt/releases/tag/v1.4.0-alpha0.