Updated WebDAV Config (markdown)

antelle 2016-09-12 23:43:17 +03:00
parent aa750db517
commit 153786675d
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 add it to KeeWeb using this command:
If your WebDAV server is using a self-signed or invalid certificate, you can use this command to open files in KeeWeb:
```bash
certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "my_domain.lan" -i ~/ca.crt
```