webdav: add support for client certificate authentication

Fixes #263
This commit is contained in:
Nicola Murino
2020-12-28 19:48:23 +01:00
parent 3c16a19269
commit 141ca6777c
9 changed files with 116 additions and 7 deletions

View File

@@ -67,11 +67,13 @@
{
"address": "",
"port": 0,
"enable_https": false
"enable_https": false,
"client_auth_type": 0
}
],
"certificate_file": "",
"certificate_key_file": "",
"ca_certificates": [],
"cors": {
"enabled": false,
"allowed_origins": [],