mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 13:22:08 +08:00
haproxy: missing ssl keyword
@@ -84,7 +84,7 @@ Configure your webserver to respond statelessly to challenges for a given accoun
|
|||||||
option httplog
|
option httplog
|
||||||
mode http
|
mode http
|
||||||
bind :80
|
bind :80
|
||||||
bind :443 crt /etc/haproxy/certs/
|
bind :443 ssl 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.
|
3. Ok, you can issue cert now.
|
||||||
|
|||||||
Reference in New Issue
Block a user