mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
caddyfile: Add clarification to acme_ca
about .local
TLDs (#317)
* Add clarification to `acme_ca` about `.local` TLDs * Update src/docs/markdown/caddyfile/options.md --------- Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
6e83f75a99
commit
4fdc7ccf2f
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ Skips the attempts to install the local CA's root into the system trust store, a
|
|||
##### `acme_ca`
|
||||
Specifies the URL to the ACME CA's directory. It is strongly recommended to set this to Let's Encrypt's [staging endpoint](https://letsencrypt.org/docs/staging-environment/) for testing or development. Default: ZeroSSL and Let's Encrypt's production endpoints.
|
||||
|
||||
Note that a globally-configured ACME CA may not apply to all sites; see the [hostname requirements](/docs/automatic-https#hostname-requirements) for using the default ACME issuer(s).
|
||||
|
||||
##### `acme_ca_root`
|
||||
Specifies a PEM file that contains a trusted root certificate for ACME CA endpoints, if not in the system trust store.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue