User Tools

Site Tools


jupyter:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jupyter:start [2020/06/19 16:03]
robm created
jupyter:start [2020/08/24 16:15] (current)
robm [Creating Certificates, Private Keys, and a Certificate Authority]
Line 1: Line 1:
 ====== Jupyter Notebooks ====== ====== Jupyter Notebooks ======
 +
 +===== Installing, on Ubuntu 14.04 =====
 +
 +<code>
 +# python -V
 +Python 2.7.6
 +# pip -V
 +pip 19.1.1
 +# pip install jupyter 'tornado<=5.0' 'jsonschema<3.2.0'
 +</code>
 +
 +===== Configuration =====
  
 Configured to use TLS Client certificate to login, rather than password, and HTTPS. Configured to use TLS Client certificate to login, rather than password, and HTTPS.
Line 17: Line 29:
  
 I used [[https://hohnstaedt.de/xca/]] -- X - Certificate and Key management I used [[https://hohnstaedt.de/xca/]] -- X - Certificate and Key management
 +
 +  * Create a Certificate Authority
 +  * Create a TLS Client certificate, with new private key, signed by new Certificate Authority
 +  * Export TLS Client certificate chain as PKS#12 (''.p12'') and double-click in Finder to import into KeyChain Access
jupyter/start.1592582636.txt.gz · Last modified: 2020/06/19 16:03 by robm