mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
Create and move certs for use with spawned notebooks
Add Localhost to trusted alt names Update to match refactored certipy names Add the FQDN to cert alt names for hub Ensure notebooks do not trust each other Drop certs in user's home directory Refactor cert creation and movement Make alt names configurable Make attaching alt names more generic Setup ssl_context for the singleuser hub check
This commit is contained in:
@@ -218,6 +218,8 @@ class User:
|
||||
internal_ssl=self.settings.get('internal_ssl'),
|
||||
internal_certs_location=self.settings.get('internal_certs_location'),
|
||||
internal_authority_name=self.settings.get('internal_authority_name'),
|
||||
internal_notebook_authority_name=self.settings.get('internal_notebook_authority_name'),
|
||||
trusted_alt_names=self.settings.get('trusted_alt_names'),
|
||||
)
|
||||
# update with kwargs. Mainly for testing.
|
||||
spawn_kwargs.update(kwargs)
|
||||
|
Reference in New Issue
Block a user