mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
typo: Fix double not in tls directive (#295)
This commit is contained in:
parent
941e5b49cc
commit
0956f710c1
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ Obtains certificates from an internal certificate authority.
|
|||
|
||||
- **ca** <span id="ca"/> is the name of the internal CA to use. Default: `local`. See the [PKI app global options](/docs/caddyfile/options#pki-options) to configure alternate CAs.
|
||||
|
||||
- **lifetime** <span id="lifetime"/> is a [duration value](/docs/conventions#durations) that sets the validity period for interally issued leaf certificates. Default: 12h. It is NOT recommended to not change this, unless absolutely necessary.
|
||||
- **lifetime** <span id="lifetime"/> is a [duration value](/docs/conventions#durations) that sets the validity period for interally issued leaf certificates. Default: 12h. It is NOT recommended to change this, unless absolutely necessary.
|
||||
|
||||
- **sign_with_root** <span id="sign_with_root"/> forces the root to be the issuer instead of the intermediate. This is NOT recommended and should only be used when devices/clients do not properly validate certificate chains (very uncommon).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue