Updated WebDAV Config (markdown)

antelle 2016-09-12 23:42:11 +03:00
parent a71f501bdc
commit 1f995b5de2
1 changed files with 9 additions and 1 deletions

@ -30,4 +30,12 @@ if ($request_method = 'OPTIONS') {
add_header 'Content-Length' 0;
return 204;
}
```
```
## Custom certificates
If your WebDAV server is using a self-signed ir invalid certificate, you can add it to KeeWeb using this command:
```bash
certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "my_domain.lan" -i ~/ca.crt
```
On Windows, adding your CA to trusted certificates storage may help.