mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
docs: tls: Add example for specifying email address (#13)
This commit is contained in:
parent
6730f6f833
commit
0834562c9b
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ tls [internal|<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