Merge pull request #1362 from stuartcampbell/master

Improve help comments for SSL key/certs configuration parameters
This commit is contained in:
Min RK
2017-08-26 09:41:47 -04:00
committed by GitHub

View File

@@ -291,13 +291,13 @@ class JupyterHub(Application):
ssl_key = Unicode('',
help="""Path to SSL key file for the public facing interface of the proxy
Use with ssl_cert
When setting this, you should also set ssl_cert
"""
).tag(config=True)
ssl_cert = Unicode('',
help="""Path to SSL certificate file for the public facing interface of the proxy
Use with ssl_key
When setting this, you should also set ssl_key
"""
).tag(config=True)
ip = Unicode('',