Merge pull request #673 from minrk/ssl-docs

add missing keyfile arg to ssl doc
This commit is contained in:
Min RK 2015-10-29 14:36:02 +01:00
commit 67e32d536f

View File

@ -92,7 +92,7 @@ You can start the notebook to communicate via a secure protocol mode by setting
the ``certfile`` option to your self-signed certificate, i.e. ``mycert.pem``,
with the command::
$ jupyter notebook --certfile=mycert.pem
$ jupyter notebook --certfile=mycert.pem --keyfile mycert.key
.. tip::