added support to override backend values on a per certificate basis

This commit is contained in:
nd 2020-04-26 12:03:11 +02:00
parent abb03d4435
commit a76851a021
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 22 additions and 10 deletions

View file

@ -56,6 +56,12 @@ san: []
# services to restart if this certificate changes
depending_services: []
# which backend to use, can be 'selfsigned' or 'letsencrypt'
backend: 'selfsigned'
# overwrite a backend setting for this certificate
backend_override: {}
```
### Backends