docs: tls: Add example for specifying email address (#13)

This commit is contained in:
Francis Lavoie 2020-03-14 13:40:41 -04:00 committed by GitHub
parent 6730f6f833
commit 0834562c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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