From ede85b4cd121666e7da4a54455d85e399a83085c Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Mon, 22 Jan 2024 00:29:16 +0300 Subject: [PATCH] docs: Explicitly mention that referencing config block from global directive won't work See #577. --- docs/reference/tls-acme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/tls-acme.md b/docs/reference/tls-acme.md index 930e390c..9baccb5d 100644 --- a/docs/reference/tls-acme.md +++ b/docs/reference/tls-acme.md @@ -32,6 +32,9 @@ tls { } ``` +Note: `tls &local_tls` as a global directive won't work because +global directives are initialized before other configuration blocks. + Currently the only supported challenge is `dns-01` one therefore you also need to configure the DNS provider: @@ -88,7 +91,7 @@ Currently only filesystem-based store is supported. --- -### ca _url_ +### ca _url_ Default: Let's Encrypt production CA URL of ACME directory to use.