From db9340292d6ad674e5d423c175b79bb42109e711 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 17 Sep 2016 12:38:45 +0300 Subject: [PATCH] Updated WebDAV Config (markdown) --- WebDAV-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDAV-Config.md b/WebDAV-Config.md index ad84ad9..eac1e15 100644 --- a/WebDAV-Config.md +++ b/WebDAV-Config.md @@ -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 ```