Info
Version: | 1.3.3 |
Author(s): | Nate McMaster |
Last Update: | Monday, May 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/natemcmaster/LettuceEncrypt |
NuGet Url: | https://www.nuget.org/packages/LettuceEncrypt |
Install
Install-Package LettuceEncrypt
dotnet add package LettuceEncrypt
paket add LettuceEncrypt
LettuceEncrypt Download (Unzip the "nupkg" after downloading)
Dependencies
.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)
- Certes(>= 2.3.3)
Tags
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.