]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: acme account key are auto generated
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 07:27:45 +0000 (09:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 07:32:33 +0000 (09:32 +0200)
Explain that account key are auto generated when they do not exist.

doc/configuration.txt

index 098062509576f16c13e3686d40b54b3fcde1ee20..139daed2e6851519901c50f207906e82b29bed52 100644 (file)
@@ -5914,9 +5914,11 @@ The following keywords are usable in the ACME section:
 account-key <filename>
   Configure the path to the account key. The key need to be generated before
   launching HAProxy. If no account keyword is used, the acme section will try
-  to load a filename using the section name "<name>.account.key"
+  to load a filename using the section name "<name>.account.key". If the file
+  doesn't exist, HAProxy will generate one, using the parameters from the acme
+  section.
 
-  You can generate an RSA private key with openssl:
+  You can also generate manually an RSA private key with openssl:
 
     openssl genrsa -out account.key 2048