mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
client cert doc: Add hints about fileexts
This commit is contained in:
parent
d77001d3bc
commit
1221350996
1 changed files with 2 additions and 2 deletions
|
|
@ -64,13 +64,13 @@ key and certificate are stored in the same file, it may be a string::
|
||||||
[storage foo]
|
[storage foo]
|
||||||
type = caldav
|
type = caldav
|
||||||
...
|
...
|
||||||
auth_cert = "/path/to/certificate"
|
auth_cert = "/path/to/certificate.pem"
|
||||||
|
|
||||||
If the key and certificate are separate, a list may be used::
|
If the key and certificate are separate, a list may be used::
|
||||||
|
|
||||||
[storage foo]
|
[storage foo]
|
||||||
type = caldav
|
type = caldav
|
||||||
...
|
...
|
||||||
auth_cert = ["/path/to/certificate", "/path/to/key"]
|
auth_cert = ["/path/to/certificate.crt", "/path/to/key.key"]
|
||||||
|
|
||||||
.. _requests: http://www.python-requests.org/
|
.. _requests: http://www.python-requests.org/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue