From f117cc0fe18bc494c75e18817d3e4f3e7ccf6386 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sun, 23 Feb 2025 22:28:07 +0100 Subject: [PATCH] website: mention tls-alpn-01 and http-01 acme challenge types are implemented, but not dns-01 yet prompted by question by rawtaz on irc --- website/features/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/features/index.md b/website/features/index.md index 867d04d..28f7397 100644 --- a/website/features/index.md +++ b/website/features/index.md @@ -399,7 +399,8 @@ submission, with MTA-STS and with autoconfiguration needs three more PKIX/WebPKI TLS certificates. Manually preventing your email infrastructure from automatic periodic expiration is cumbersome, but [an option](../config/#cfg-mox-conf-Listeners-x-TLS-KeyCerts). With ACME, TLS -certificates are retrieved and refreshed automatically. +certificates are retrieved and refreshed automatically. The tls-alpn-01 and +http-01 ACME challenge types are implemented, dns-01 not yet. The quickstart sets mox up with ACME using Let's Encrypt. Other ACME providers can be [defined](../config/#cfg-mox-conf-ACME-x) and