This shows you the differences between two versions of the page.
| 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 ===== | ||
| + | |||
| + | < | ||
| + | # python -V | ||
| + | Python 2.7.6 | ||
| + | # pip -V | ||
| + | pip 19.1.1 | ||
| + | # pip install jupyter ' | ||
| + | </ | ||
| + | |||
| + | ===== 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:// | I used [[https:// | ||
| + | |||
| + | * Create a Certificate Authority | ||
| + | * Create a TLS Client certificate, | ||
| + | * Export TLS Client certificate chain as PKS#12 ('' | ||