mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
docs: add notes
This commit is contained in:
parent
02dd7152f0
commit
961fd586d9
2 changed files with 20 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue