docs: Explicitly mention that referencing config block from global directive won't work

See #577.
This commit is contained in:
fox.cpp 2024-01-22 00:29:16 +03:00
parent 28bdf6d33f
commit ede85b4cd1
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -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.