mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Add skip_install_trust
global option (#171)
This commit is contained in:
parent
fb298b3317
commit
639c76b54c
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,7 @@ Possible options are:
|
||||||
email <yours>
|
email <yours>
|
||||||
default_sni <name>
|
default_sni <name>
|
||||||
local_certs
|
local_certs
|
||||||
|
skip_install_trust
|
||||||
acme_ca <directory_url>
|
acme_ca <directory_url>
|
||||||
acme_ca_root <pem_file>
|
acme_ca_root <pem_file>
|
||||||
acme_eab <key_id> <mac_key>
|
acme_eab <key_id> <mac_key>
|
||||||
|
@ -142,6 +143,9 @@ Sets a default TLS ServerName for when clients do not use SNI in their ClientHel
|
||||||
##### `local_certs`
|
##### `local_certs`
|
||||||
Causes all certificates to be issued internally by default, rather than through a (public) ACME CA such as Let's Encrypt. This is useful in development environments.
|
Causes all certificates to be issued internally by default, rather than through a (public) ACME CA such as Let's Encrypt. This is useful in development environments.
|
||||||
|
|
||||||
|
##### `skip_install_trust`
|
||||||
|
Skips the attempts to install the local CA's root into the system trust store, as well as into Java and Mozilla Firefox trust stores.
|
||||||
|
|
||||||
##### `acme_ca`
|
##### `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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue