LettuceEncrypt 1.1.0-beta.73
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/a871f3f825c0db0a30bad0dec8648a060bbcd38f
Install-Package LettuceEncrypt -Version 1.1.0-beta.73
dotnet add package LettuceEncrypt --version 1.1.0-beta.73
<PackageReference Include="LettuceEncrypt" Version="1.1.0-beta.73" />
paket add LettuceEncrypt --version 1.1.0-beta.73
#r "nuget: LettuceEncrypt, 1.1.0-beta.73"
// Install LettuceEncrypt as a Cake Addin
#addin nuget:?package=LettuceEncrypt&version=1.1.0-beta.73&prerelease
// Install LettuceEncrypt as a Cake Tool
#tool nuget:?package=LettuceEncrypt&version=1.1.0-beta.73&prerelease
Dependencies
-
.NETCoreApp 3.0
- Certes (>= 2.3.4)
- McMaster.AspNetCore.Kestrel.Certificates (>= 1.0.0-beta.73)
-
.NETStandard 2.0
- Certes (>= 2.3.4)
- McMaster.AspNetCore.Kestrel.Certificates (>= 1.0.0-beta.73)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- 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 | 7,222 | 7/9/2020 |
1.1.0-beta.60 | 472 | 6/7/2020 |
1.1.0-beta.19 | 113 | 1/17/2021 |
1.0.1 | 6,566 | 11/28/2020 |
1.0.0 | 11,672 | 5/26/2020 |
1.0.0-beta.6 | 230 | 5/21/2020 |