Add tls directive example for specifying email address

This commit is contained in:
Francis Lavoie 2020-03-11 15:50:45 -04:00 committed by GitHub
parent a0d5e5097c
commit e19f50ea90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,12 @@ tls <email>|[<cert_file> <key_file>] {
## Examples ## Examples
Specify an email address for your ACME account:
```
tls your@email.com
```
Use a custom certificate and key: Use a custom certificate and key:
``` ```