User Tools

Site Tools


jupyter:start

This is an old revision of the document!


Jupyter Notebooks

Configured to use TLS Client certificate to login, rather than password, and HTTPS.

# grep -vE '^#|^$' ~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.allow_remote_access = True
c.NotebookApp.certfile = u'/tmp/pet_Jupyter_Notebook.pem'
c.NotebookApp.client_ca = u"/tmp/Robert_Meerman_CA2.crt"
c.NotebookApp.ip = '0.0.0.0'
c.NotebookApp.open_browser = False
c.NotebookApp.password_required = False
c.NotebookApp.token = ''  # Rely on client certificate auth

Creating Certificates, Private Keys, and a Certificate Authority

I used https://hohnstaedt.de/xca/ – X - Certificate and Key management

jupyter/start.1592582636.txt.gz · Last modified: 2020/06/19 16:03 by robm