diff options
-rw-r--r-- | .vdirsyncer/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index a6dbb67..3ca65ef 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -16,7 +16,6 @@ fileext = .vcf [storage dave_contacts_remote] type = carddav url = https://cloud.sleepmap.de/remote.php/carddav/ -verify = "~/.certs/sleepmap.crt" username = dave password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] @@ -53,7 +52,6 @@ fileext = .ics [storage dave_calendar_remote] type = caldav url = https://cloud.sleepmap.de/remote.php/caldav/ -verify = "~/.certs/sleepmap.crt" username = dave password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] |