Question
Setting up Jupyter Hub HTTPS access with just an IP address (certificate issues)
I’m trying to setup JupyterHub on Ubuntu 18.04. I’d like to access my Jupyter Notebook through HTTPS rather than SSH tunneling so I can access it from my iPad or a public computer.
I’m moving through the process, but I’m stuck on certificates.
I’m trying to create a Let’s Encrypt certificate using EFF’s cerbot. Certbot, however, requires a domain name. I just have an IP address.
Is there a way around this limitation? I have a website. Could I somehow use one of my subdomains? Could I re-direct?
I’m new to this process. Any help or guidance would be appreciated.
Thanks!
Sean
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×