fix manual ssl config test

This commit is contained in:
Min RK
2018-08-03 16:17:22 +02:00
parent f0a0d2f20d
commit 4522917c23

View File

@@ -88,6 +88,10 @@ def test_manual_ssl_config(tljh_dir):
"https": {
"address": ":443",
"backend": "jupyterhub",
"tls": {"key": "/path/to/ssl.key", "cert": "/path/to/ssl.cert"},
"tls": {
"certificates": [
{"certFile": "/path/to/ssl.cert", "keyFile": "/path/to/ssl.key"}
]
},
},
}