mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
Add tls
directive example for specifying email address
This commit is contained in:
parent
a0d5e5097c
commit
e19f50ea90
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue