added support to restart services and for manual letsencrypt challange
This commit is contained in:
parent
819293f8fd
commit
abb03d4435
5 changed files with 39 additions and 1 deletions
|
|
@ -53,6 +53,9 @@ cn: ~
|
|||
|
||||
# subject alt names (list of strings)
|
||||
san: []
|
||||
|
||||
# services to restart if this certificate changes
|
||||
depending_services: []
|
||||
```
|
||||
|
||||
### Backends
|
||||
|
|
@ -66,6 +69,7 @@ remainingdays: 28
|
|||
|
||||
# challange type to use, can be:
|
||||
# 'dns-01': use the dns challange and a custom power dns backend
|
||||
# 'dns-01-manual': use the dns challange and manualy set the dns record
|
||||
# 'http-01: use the http challange and deploy the challanges to a webserver
|
||||
challange: dns-01
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue