mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 13:37:41 +03:00
docs: Explicitly mention that referencing config block from global directive won't work
See #577.
This commit is contained in:
parent
28bdf6d33f
commit
ede85b4cd1
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue