]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: fix a typo in ACME documentation
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 16 Apr 2025 11:55:25 +0000 (13:55 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 16 Apr 2025 11:55:25 +0000 (13:55 +0200)
Fix "supposed" typo in ACME documentation.

doc/configuration.txt

index 9b4636a64501a230a80c1fa431bda4f3fa388c74..eb0a4b36528de799237f31f27b49d15ebe979a9b 100644 (file)
@@ -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.