mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Add propagation_timeout
to tls issuer options (#172)
This commit is contained in:
parent
1957b7f536
commit
fb298b3317
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,7 @@ Obtains certificates using the ACME protocol.
|
|||
eab <key_id> <mac_key>
|
||||
trusted_roots <pem_files...>
|
||||
dns <provider_name> [<options>]
|
||||
propagation_timeout <duration>
|
||||
resolvers <dns_servers...>
|
||||
preferred_chains [smallest] {
|
||||
root_common_name <common_names...>
|
||||
|
@ -137,6 +138,7 @@ Obtains certificates using the ACME protocol.
|
|||
- **eab** specifies an External Account Binding which may be required with some ACME CAs.
|
||||
- **trusted_roots** is one or more root certificates (as PEM filenames) to trust when connecting to the ACME CA server.
|
||||
- **dns** configures the DNS challenge.
|
||||
- **propagation_timeout** is a [duration value](/docs/conventions#durations) that sets how long to wait for DNS TXT records to propagate. Default 2 minutes.
|
||||
- **resolvers** customizes the DNS resolvers used when performing the DNS challenge; these take precedence over system resolvers or any default ones.
|
||||
- **preferred_chains** specifies which certificate chains Caddy should prefer; useful if your CA provides multiple chains. Use one of the following options:
|
||||
- **smallest** will tell Caddy to prefer chains with the fewest amount of bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue