mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-08 00:00:32 -05:00
DOC: configuration: fix a typo in ACME documentation
Fix "supposed" typo in ACME documentation.
This commit is contained in:
parent
4dee087f19
commit
f6fc914fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -5881,7 +5881,7 @@ global section so this can be used.
|
|||
|
||||
Current limitations: The feature is limited to the HTTP-01 challenge for now.
|
||||
The current HAProxy architecture is a non-blocking model, access to the disk is
|
||||
not suppose to be done after the configuration is loaded, because it could
|
||||
not supposed to be done after the configuration is loaded, because it could
|
||||
block the event loop, blocking the traffic on the same thread. Meaning that the
|
||||
certificates and keys generated from HAProxy will need to be dumped from
|
||||
outside HAProxy using "dump ssl cert" on the stats socket.
|
||||
|
|
|
|||
Loading…
Reference in a new issue