mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add some information about the verify parameter.
This commit is contained in:
parent
40e67cb633
commit
17248012e4
1 changed files with 5 additions and 3 deletions
|
|
@ -64,9 +64,11 @@ url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/
|
||||||
# The password can also be fetched from the system password storage or netrc
|
# The password can also be fetched from the system password storage or netrc
|
||||||
#password =
|
#password =
|
||||||
|
|
||||||
#true: The NSA can spy on you with some effort
|
# SSL settings:
|
||||||
#false: Everybody can spy on you with no effort
|
# `True` - The NSA can spy on you with some effort (use SSL)
|
||||||
#path to SSL cert: People will call you paranoid
|
# `False` - Everybody can spy on you with no effort (don't use SSL)
|
||||||
|
# `path/to/SSL/cert` - People will call you paranoid (if you use a self-
|
||||||
|
# signed certificate you need to copy it to this machine)
|
||||||
#verify = True
|
#verify = True
|
||||||
|
|
||||||
# CALDAV
|
# CALDAV
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue