Harden vdirsyncer by calling pass for the password

This commit is contained in:
coolneng 2019-07-16 17:29:42 +02:00
parent 0c9cf8ea38
commit 181653df7e
1 changed files with 2 additions and 2 deletions

View File

@ -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"