Updated WebDAV Config (markdown)

antelle 2016-09-17 12:38:45 +03:00
parent 71c0f9710c
commit db9340292d
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ if ($request_method = 'OPTIONS') {
## Custom certificates
If your WebDAV server is using a self-signed or invalid certificate, you can use this command to open files in KeeWeb:
If your WebDAV server is using a self-signed or invalid certificate, you can use this command to open files in KeeWeb desktop app:
```bash
certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "my_domain.lan" -i ~/ca.crt
```