mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Propagate certs to everything that needs them
This commit is contained in:
@@ -224,6 +224,7 @@ class Service(LoggingConfigurable):
|
||||
domain = Unicode()
|
||||
host = Unicode()
|
||||
hub = Any()
|
||||
app = Any()
|
||||
proc = Any()
|
||||
|
||||
# handles on globals:
|
||||
@@ -331,6 +332,9 @@ class Service(LoggingConfigurable):
|
||||
server=self.orm.server,
|
||||
host=self.host,
|
||||
),
|
||||
internal_ssl=self.app.internal_ssl,
|
||||
internal_certs_location=self.app.internal_certs_location,
|
||||
internal_authority_name=self.app.internal_authority_name,
|
||||
)
|
||||
self.spawner.start()
|
||||
self.proc = self.spawner.proc
|
||||
|
Reference in New Issue
Block a user