add missing keyfile arg to ssl doc

pull/673/head
Min RK 10 years ago
parent 4578c34b0f
commit bd6916199f

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

Loading…
Cancel
Save