Skip to main content
LettuceEncrypt package icon

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.

Total Downloads
574.0K
574,043
Published
Jun 4, 2022
Latest stable version

Install

.NET CLI
dotnet add package LettuceEncrypt --version 1.2.0
Package Manager Console
Install-Package LettuceEncrypt -Version 1.2.0
PackageReference
<PackageReference Include="LettuceEncrypt" Version="1.2.0" />

Frameworks

.NETCoreApp3.1 .NETStandard2.0

Dependencies

Certes
.NETCoreApp3.1
[3.0.3, )
Certes
.NETStandard2.0
[3.0.3, )
System.Text.Json
.NETStandard2.0
[5.0.2, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

NuGet marks this package as deprecated. Review the publisher's migration guidance before adopting it.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.