Skip to content

Commit 20f8196

Browse files
committed
Removed key config, which isn't trusted
1 parent 3576057 commit 20f8196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_notebook_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c = get_config()
22

33
# Notebook config this is where you saved your pem cert
4-
c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem'
4+
# c.NotebookApp.certfile = u'/home/ubuntu/certs/mycert.pem'
55
# Run on all IP addresses of your instance
66
c.NotebookApp.ip = '*'
77
# Don't open browser by default

0 commit comments

Comments
 (0)