Skip to content

Commit ede85b4

Browse files
committed
docs: Explicitly mention that referencing config block from global directive won't work
See #577.
1 parent 28bdf6d commit ede85b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/tls-acme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ tls {
3232
}
3333
```
3434

35+
Note: `tls &local_tls` as a global directive won't work because
36+
global directives are initialized before other configuration blocks.
37+
3538
Currently the only supported challenge is `dns-01` one therefore
3639
you also need to configure the DNS provider:
3740

@@ -88,7 +91,7 @@ Currently only filesystem-based store is supported.
8891

8992
---
9093

91-
### ca _url_
94+
### ca _url_
9295
Default: Let's Encrypt production CA
9396

9497
URL of ACME directory to use.

0 commit comments

Comments
 (0)