From 961fd586d925a43c4e279a6a1bca815da3369a64 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 9 Dec 2025 16:25:30 +0100 Subject: [PATCH] docs: add notes --- docs/content/_index.md | 10 ++++++++++ docs/content/dns/_index.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/docs/content/_index.md b/docs/content/_index.md index ba90ddc97..d3787cf19 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -7,6 +7,16 @@ chapter: false Let's Encrypt client and ACME library written in Go. +{{% notice important %}} +lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️ + +This project is not owned by a company. I'm not an employee of a company. + +I don't have gifted domains/accounts from DNS companies. + +I've been maintaining it for about 10 years. +{{% /notice %}} + ## Features - ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html) diff --git a/docs/content/dns/_index.md b/docs/content/dns/_index.md index 7ccfeb53d..2b6f0489c 100644 --- a/docs/content/dns/_index.md +++ b/docs/content/dns/_index.md @@ -5,6 +5,16 @@ draft: false weight: 3 --- +{{% notice important %}} +lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️ + +This project is not owned by a company. I'm not an employee of a company. + +I don't have gifted domains/accounts from DNS companies. + +I've been maintaining it for about 10 years. +{{% /notice %}} + ## Configuration and Credentials Credentials and DNS configuration for DNS providers must be passed through environment variables.