added support to restart services and for manual letsencrypt challange

This commit is contained in:
nd 2020-04-18 12:27:27 +02:00
parent 819293f8fd
commit abb03d4435
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
5 changed files with 39 additions and 1 deletions

View file

@ -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