Change URL and HTTPS fingerprint in vdirsyncer
This commit is contained in:
parent
1424cc064f
commit
c42399ac2a
|
@ -43,12 +43,12 @@ fileext = ".vcf"
|
|||
|
||||
[storage bob_contacts_remote]
|
||||
type = "carddav"
|
||||
url = "https://coolneng.dedyn.io/remote.php/dav/"
|
||||
url = "https://coolneng.duckdns.org/radicale/"
|
||||
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.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"
|
||||
verify_fingerprint = "81:74:1A:A8:18:DD:9F:91:A8:21:B3:B9:1F:A2:23:1E:DB:99:16:A6:37:1E:FC:84:08:F1:91:AA:16:44:75:FA"
|
||||
|
||||
# CALDAV
|
||||
[pair bob_calendar]
|
||||
|
@ -66,7 +66,7 @@ fileext = ".ics"
|
|||
|
||||
[storage bob_calendar_remote]
|
||||
type = "caldav"
|
||||
url = "https://coolneng.dedyn.io/remote.php/dav/"
|
||||
url = "https://coolneng.duckdns.org/radicale/"
|
||||
username = "coolneng"
|
||||
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"
|
||||
verify_fingerprint = "81:74:1A:A8:18:DD:9F:91:A8:21:B3:B9:1F:A2:23:1E:DB:99:16:A6:37:1E:FC:84:08:F1:91:AA:16:44:75:FA"
|
||||
|
|
Loading…
Reference in New Issue