From f3037308fe783a5c0e041f25d345efe6754f2b1d Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 23:05:48 +0100 Subject: README: mention ualpn support --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 620c48e..6e93289 100644 --- a/README +++ b/README @@ -4,8 +4,10 @@ lfacme: a simple ACME client based on uacme lfacme is a wrapper around uacme to make it a bit more flexible. i wrote it primarily for my own use, but you're welcome to use it too. -lfacme comes with challenge handlers for basic HTTP validation (http-01) and -for DNS validation (dns-01) using TSIG- or Kerberos-authenticated nsupdate. +lfacme comes with challenge handlers for basic HTTP validation (http-01), +DNS validation (dns-01) using TSIG- or Kerberos-authenticated nsupdate, +and TLS validation (tls-alpn-01) using uacme's ualpn proxy. + it can also be used with any uacme-compatible challenge handler. it's only tested on FreeBSD and may or may not work on other platforms. -- cgit v1.2.3