tls: Clarify internal shortcut limitations (#251)

This commit is contained in:
Francis Lavoie 2022-08-10 00:08:12 -04:00 committed by GitHub
parent 292b80bf6a
commit 68a8219fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
- **&lt;email&gt;** is the email address to use for the ACME account managing the site's certificates.
- **&lt;cert_file&gt;** and **&lt;key_file&gt;** 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`