added support to override backend values on a per certificate basis
This commit is contained in:
parent
abb03d4435
commit
a76851a021
4 changed files with 22 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue