formatting issue with 3.

master
William Lallemand 2023-04-04 10:04:13 +02:00
parent 79f8c3ac6b
commit 420ae23be2
1 changed files with 3 additions and 2 deletions

@ -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.
```