Update files provider

This commit is contained in:
Adrien Reslinger 2021-12-25 01:54:48 +01:00
parent 50d1adfe4e
commit 771371672f
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -70,3 +70,16 @@ data:
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
{% if false %}
stores:
default:
defaultCertificate:
certFile: path/to/wildcardcert.crt
keyFile: path/to/wildcardcert.key
certificates:
- certFile: /path/to/domain.cert
keyFile: /path/to/domain.key
- certFile: /path/to/other-domain.cert
keyFile: /path/to/other-domain.key
{% endif %}