Skip to content

Commit

Permalink
docs: Explicitly mention that referencing config block from global di…
Browse files Browse the repository at this point in the history
…rective won't work

See #577.
  • Loading branch information
foxcpp committed Jan 21, 2024
1 parent 28bdf6d commit ede85b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/reference/tls-acme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ede85b4

Please sign in to comment.