From 1a09098d2312d7061ef1ff7813c123fa0b5583c2 Mon Sep 17 00:00:00 2001
From: Fernandez Ludovic <ldez@users.noreply.github.com>
Date: Mon, 15 May 2023 11:59:38 +0200
Subject: [PATCH] doc: improve readme

---
 README.md              | 2 ++
 docs/content/_index.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index db7e0bac..c595a1aa 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/docs/content/_index.md b/docs/content/_index.md
index 5d663d8a..483b4e86 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -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