client cert doc: Add hints about fileexts

This commit is contained in:
Markus Unterwaditzer 2015-02-26 12:11:19 +01:00
parent d77001d3bc
commit 1221350996

View file

@ -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/