doc: improve readme

This commit is contained in:
Fernandez Ludovic 2023-05-15 11:59:38 +02:00
parent 510aa8f871
commit 1a09098d23
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ Let's Encrypt client and ACME library written in Go.
## Features
- ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html)
- Support [RFC 8738](https://www.rfc-editor.org/rfc/rfc8738) (issues certificates for IP addresses)
- Register with CA
- Obtain certificates, both from scratch or with an existing CSR
- Renew certificates
@ -23,6 +24,7 @@ Let's Encrypt client and ACME library written in Go.
- DNS (dns-01)
- TLS (tls-alpn-01)
- SAN certificate support
- [CNAME support](https://letsencrypt.org/2019/10/09/onboarding-your-customers-with-lets-encrypt-and-acme.html) by default
- Comes with multiple optional [DNS providers](https://go-acme.github.io/lego/dns)
- [Custom challenge solvers](https://go-acme.github.io/lego/usage/library/writing-a-challenge-solver/)
- Certificate bundling

View file

@ -12,6 +12,7 @@ Let's Encrypt client and ACME library written in Go.
## Features
- ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html)
- Support [RFC 8738](https://www.rfc-editor.org/rfc/rfc8738) (issues certificates for IP addresses)
- Register with CA
- Obtain certificates, both from scratch or with an existing CSR
- Renew certificates
@ -21,6 +22,7 @@ Let's Encrypt client and ACME library written in Go.
- DNS (dns-01)
- TLS (tls-alpn-01)
- SAN certificate support
- [CNAME support](https://letsencrypt.org/2019/10/09/onboarding-your-customers-with-lets-encrypt-and-acme.html) by default
- Comes with multiple optional [DNS providers]({{< ref "dns" >}})
- [Custom challenge solvers]({{< ref "usage/library/Writing-a-Challenge-Solver" >}})
- Certificate bundling