Refer to SSL tutorial from config docs

This commit is contained in:
Markus Unterwaditzer 2015-01-05 19:45:36 +01:00
parent ebedca1e85
commit a1bf00837d
2 changed files with 6 additions and 2 deletions

View file

@ -144,6 +144,8 @@ it will not automatically start synchronizing those [2]_. You should run
.. [2] Because collections are added rarely, and checking for this case before
every synchronization isn't worth the overhead.
.. _ssl-tutorial:
SSL
---

View file

@ -48,9 +48,11 @@ HTTP_STORAGE_PARAMETERS = '''
:param username: Username for authentication.
:param password: Password for authentication.
:param verify: Verify SSL certificate, default True. This can also be a
local path to a self-signed SSL certificate.
local path to a self-signed SSL certificate. See :ref:`ssl-tutorial`
for more information.
:param verify_fingerprint: Optional. SHA1 or MD5 fingerprint of the
expected server certificate.
expected server certificate. See :ref:`ssl-tutorial` for more
information.
:param auth: Optional. Either ``basic``, ``digest`` or ``guess``. Default
``guess``. If you know yours, consider setting it explicitly for
performance.