From 40c249d4401f6ee889c2e398e7605952772eb6ce Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 3 Jun 2025 12:34:59 +0100 Subject: add an "http" challenge handler --- domains.conf.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'domains.conf.sample') diff --git a/domains.conf.sample b/domains.conf.sample index ec51322..98422bc 100644 --- a/domains.conf.sample +++ b/domains.conf.sample @@ -52,6 +52,8 @@ # # For example, to use RSA (instead of the default ECDSA) for all certificates: * type=rsa +# To use HTTP for all challenges: +* challenge=http # Issue a cert for example.org using the default options. # We don't provide any SANs, so the certificate name is used as the domain. -- cgit v1.2.3