From 181653df7e9dfbf1f5d1ea157ee19c796c5dc285 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 16 Jul 2019 17:29:42 +0200 Subject: [PATCH] Harden vdirsyncer by calling pass for the password --- vdirsyncer/.config/vdirsyncer/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config index 060139c..558896a 100644 --- a/vdirsyncer/.config/vdirsyncer/config +++ b/vdirsyncer/.config/vdirsyncer/config @@ -47,7 +47,7 @@ url = "https://coolneng.dedyn.io/remote.php/dav/" username = "coolneng" # The password can also be fetched from the system password storage, netrc or a # custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html -password = "8codk-a3Yts-jpwTM-CNaYj-cTQpc" +password.fetch = ["command", "pass", "caldav"] verify_fingerprint = "8D:EA:B1:2D:0E:9C:67:03:96:2C:F8:17:27:C8:4D:AF:9F:CF:AD:7B:F5:53:6B:D4:E4:6E:A0:23:C4:EA:3C:45" # CALDAV @@ -68,5 +68,5 @@ fileext = ".ics" type = "caldav" url = "https://coolneng.dedyn.io/remote.php/dav/" username = "coolneng" -password = "8codk-a3Yts-jpwTM-CNaYj-cTQpc" +password.fetch = ["command", "pass", "caldav"] verify_fingerprint = "8D:EA:B1:2D:0E:9C:67:03:96:2C:F8:17:27:C8:4D:AF:9F:CF:AD:7B:F5:53:6B:D4:E4:6E:A0:23:C4:EA:3C:45"