mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
Merge pull request #673 from minrk/ssl-docs
add missing keyfile arg to ssl doc
This commit is contained in:
commit
67e32d536f
@ -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…
Reference in New Issue
Block a user