mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
tls: Clarify internal
shortcut limitations (#251)
This commit is contained in:
parent
292b80bf6a
commit
68a8219fa4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ tls [internal|<email>] | [<cert_file> <key_file>] {
|
|||
}
|
||||
```
|
||||
|
||||
- **internal** means to use Caddy's internal, locally-trusted CA to produce certificates for this site.
|
||||
- **internal** means to use Caddy's internal, locally-trusted CA to produce certificates for this site. To further configure the [`internal`](#internal) issuer, use the [`issuer`](#issuer) subdirective.
|
||||
- **<email>** is the email address to use for the ACME account managing the site's certificates.
|
||||
- **<cert_file>** and **<key_file>** are the paths to the certificate and private key PEM files. Specifying just one is invalid.
|
||||
- **protocols** <span id="protocols"/> specifies the minimum and maximum protocol versions. Default min: `tls1.2`. Default max: `tls1.3`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue