mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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]
|
||||
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::
|
||||
|
||||
[storage foo]
|
||||
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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue