mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 04:26:16 -04:00
Update for beta 17
This commit is contained in:
parent
a0d5e5097c
commit
5cf7dc8c93
14 changed files with 154 additions and 61 deletions
|
@ -14,7 +14,7 @@ Compatibility note: Due to its sensitive nature as a security protocol, delibera
|
|||
## Syntax
|
||||
|
||||
```
|
||||
tls <email>|[<cert_file> <key_file>] {
|
||||
tls [internal|<email>] | [<cert_file> <key_file>] {
|
||||
protocols <min> [<max>]
|
||||
ciphers <cipher_suites...>
|
||||
curves <curves...>
|
||||
|
@ -25,6 +25,7 @@ tls <email>|[<cert_file> <key_file>] {
|
|||
}
|
||||
```
|
||||
|
||||
- **internal** means to use Caddy's internal, locally-trusted CA to produce certificates for this site.
|
||||
- **<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; specifying both will disable automatic HTTPS.
|
||||
- **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