Skip to content

Commit 47be11c

Browse files
authored
Merge pull request #3 from ChangemakerStudios/claude/update-readme-fork-011CUw8dgAgNC5brdDMGZsJf
Update README to clarify this is a fork of archived project
2 parents e900179 + efda2d9 commit 47be11c

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@
33
LettuceEncrypt for ASP.NET Core
44
</h1>
55

6-
[![Build Status][ci-badge]][ci] [![Code Coverage][codecov-badge]][codecov]
7-
[![NuGet][nuget-badge] ![NuGet Downloads][nuget-download-badge]][nuget]
8-
9-
[ci]: https://github.com/natemcmaster/LettuceEncrypt/actions?query=workflow%3ACI+branch%3Amain
10-
[ci-badge]: https://github.com/natemcmaster/LettuceEncrypt/workflows/CI/badge.svg
11-
[codecov]: https://codecov.io/gh/natemcmaster/LettuceEncrypt
12-
[codecov-badge]: https://codecov.io/gh/natemcmaster/LettuceEncrypt/branch/main/graph/badge.svg?token=l6uSsHZ8nA
13-
[nuget]: https://www.nuget.org/packages/LettuceEncrypt/
14-
[nuget-badge]: https://img.shields.io/nuget/v/LettuceEncrypt.svg?style=flat-square
15-
[nuget-download-badge]: https://img.shields.io/nuget/dt/LettuceEncrypt?style=flat-square
6+
> **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.
7+
168
[ACME]: https://en.wikipedia.org/wiki/Automated_Certificate_Management_Environment
179
[Let's Encrypt]: https://letsencrypt.org/
1810

@@ -23,16 +15,7 @@ When enabled, your web server will **automatically** generate an HTTPS certifica
2315
It then configures Kestrel to use this certificate for all HTTPS traffic.
2416
See [usage instructions below](#usage) to get started.
2517

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™.
3619

3720
## Will this work for me?
3821

@@ -48,8 +31,6 @@ See ["Securing An Azure App Service with Let's Encrypt"](https://www.hanselman.c
4831

4932
## Usage
5033

51-
Install this package into your project using NuGet ([see details here][nuget]).
52-
5334
The primary API usage is to call `IServiceCollection.AddLettuceEncrypt` in the `Startup` class `ConfigureServices` method.
5435

5536
```csharp

0 commit comments

Comments
 (0)