mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Elaborate on verify option
This commit is contained in:
parent
691abf8c7e
commit
bd599d4e63
1 changed files with 5 additions and 1 deletions
|
|
@ -30,7 +30,11 @@ type = carddav
|
||||||
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/
|
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/
|
||||||
#username = # blabla
|
#username = # blabla
|
||||||
#password = # can also be fetched from the system password storage or netrc
|
#password = # can also be fetched from the system password storage or netrc
|
||||||
#verify = True # either true, false or a path to a SSL certificate
|
|
||||||
|
#true: The NSA can spy on you with some effort
|
||||||
|
#false: Everybody can spy on you with no effort
|
||||||
|
#path to SSL cert: People will call you paranoid
|
||||||
|
#verify = True
|
||||||
|
|
||||||
# CALENDAR
|
# CALENDAR
|
||||||
[pair bob_calendar]
|
[pair bob_calendar]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue