{% import "webdav_macros/webdav_core.conf" as webdav_core %} {% macro webdav_https(values) %} Listen {{ values.network.https_port.port_number }} SSLEngine on SSLCertificateFile "{{ values.consts.ssl_cert_path }}" SSLCertificateKeyFile "{{ values.consts.ssl_key_path }}" SSLProtocol +TLSv1.2 +TLSv1.3 SSLCipherSuite HIGH:MEDIUM {{ webdav_core.webdav_core(values) }} {% endmacro %}