From 420ae23be2163572b67f2cbe71406f9a98c5d6b5 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 4 Apr 2023 10:04:13 +0200 Subject: [PATCH] formatting issue with 3. --- Stateless-Mode.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Stateless-Mode.md b/Stateless-Mode.md index 3b225d3..386777e 100644 --- a/Stateless-Mode.md +++ b/Stateless-Mode.md @@ -88,8 +88,9 @@ Configure your webserver to respond statelessly to challenges for a given accoun mode http bind :80 bind :443 crt /etc/haproxy/certs/ - http-request return status 200 content-type text/plain lf-string "%[path,field(-1,/)].${ACCOUNT_THUMBPRINT}\n" if { path_beg '/.well-known/acme-challenge/' } -``` + http-request return status 200 content-type text/plain lf-string "%[path,field(-1,/)].${ACCOUNT_THUMBPRINT}\n" if { path_beg '/.well-known/acme-challenge/' }``` + + 3. Ok, you can issue cert now. ```