Skip to content

Commit

Permalink
docs: Add propagation_timeout to tls issuer options (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie authored Jun 15, 2021
1 parent 1957b7f commit fb298b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/markdown/caddyfile/directives/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...>
Expand All @@ -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.
Expand Down

0 comments on commit fb298b3

Please sign in to comment.