mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
fix manual ssl config test
This commit is contained in:
@@ -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"}
|
||||
]
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user