From 1221350996c3b95dc239bdbe43745cc2e8e9042e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 26 Feb 2015 12:11:19 +0100 Subject: [PATCH] client cert doc: Add hints about fileexts --- docs/ssl-tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ssl-tutorial.rst b/docs/ssl-tutorial.rst index 83163d1..5622e78 100644 --- a/docs/ssl-tutorial.rst +++ b/docs/ssl-tutorial.rst @@ -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/