From c8673d9577a27c5487f8b8a901c9e46081c82308 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Mon, 17 Nov 2025 14:13:21 -0800 Subject: [PATCH] Documented acme preferred_chain and profile directives. --- xml/en/docs/http/ngx_http_acme_module.xml | 42 ++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/xml/en/docs/http/ngx_http_acme_module.xml b/xml/en/docs/http/ngx_http_acme_module.xml index 3ca817fc..11af4484 100644 --- a/xml/en/docs/http/ngx_http_acme_module.xml +++ b/xml/en/docs/http/ngx_http_acme_module.xml @@ -9,7 +9,7 @@ + rev="3">
@@ -227,6 +227,46 @@ base64url. + +name + +acme_issuer +0.3.0 + + +Specifies the preferred certificate chain. + + + +If the ACME server offers multiple certificate chains, +prefer the chain with the topmost certificate issued from the +Subject Common Name name. +If there are no matches, the default chain will be used. + + + + + + +name [require] + +acme_issuer +0.3.0 + + +Requests the + +certificate profile name from the ACME server. + + + +The require parameter will cause certificate renewals +to fail if the server does not support the specified profile. + + + + + file