You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** This is a fork of the [original LettuceEncrypt project](https://github.com/natemcmaster/LettuceEncrypt) which has been archived and is no longer actively maintained. This fork aims to continue development and maintenance of the library.
@@ -23,16 +15,7 @@ When enabled, your web server will **automatically** generate an HTTPS certifica
23
15
It then configures Kestrel to use this certificate for all HTTPS traffic.
24
16
See [usage instructions below](#usage) to get started.
25
17
26
-
Created and developed by [@natemcmaster](https://github.com/natemcmaster) with ❤️ from Seattle ☕️.
27
-
This project was formerly known as "McMaster.AspNetCore.LetsEncrypt", but [has been renamed for
28
-
trademark reasons](https://github.com/natemcmaster/LettuceEncrypt/issues/99). This project is **not an official
29
-
offering** from Let's Encrypt® or ISRG™.
30
-
31
-
This project is 100% organic and best served cold with ranch and carrots. 🥬
32
-
33
-
### Project status
34
-
35
-
This project is in maintenance mode. I lost interest in developing features. I will make a patch if there is a security issue. I'll also consider an update if a new .NET major version breaks and the patch fix required is small. Please see https://github.com/natemcmaster/LettuceEncrypt/security/policy if you wish to report a security concern.
18
+
This project is **not an official offering** from Let's Encrypt® or ISRG™.
36
19
37
20
## Will this work for me?
38
21
@@ -48,8 +31,6 @@ See ["Securing An Azure App Service with Let's Encrypt"](https://www.hanselman.c
48
31
49
32
## Usage
50
33
51
-
Install this package into your project using NuGet ([see details here][nuget]).
52
-
53
34
The primary API usage is to call `IServiceCollection.AddLettuceEncrypt` in the `Startup` class `ConfigureServices` method.
0 commit comments