added docu for the letsencrypt backend

This commit is contained in:
nd 2020-04-18 11:24:55 +02:00
parent 28ed56db17
commit 819293f8fd
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -57,6 +57,22 @@ san: []
### Backends ### Backends
#### Letsencrypt #### Letsencrypt
*letsencrypt-backend-config*
```
# days of validity left on a certificate bevore it is renewed
remainingdays: 28
# challange type to use, can be:
# 'dns-01': use the dns challange and a custom power dns backend
# 'http-01: use the http challange and deploy the challanges to a webserver
challange: dns-01
# servers to deploy a challange to
challangeserver: []
```
#### Selfsigned #### Selfsigned
## Paths ## Paths