mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Be clearer about the config file name
This commit is contained in:
@@ -30,8 +30,8 @@ Using an SSL certificate
|
|||||||
|
|
||||||
This will require you to obtain an official, trusted SSL certificate or create a
|
This will require you to obtain an official, trusted SSL certificate or create a
|
||||||
self-signed certificate. Once you have obtained and installed a key and
|
self-signed certificate. Once you have obtained and installed a key and
|
||||||
certificate you need to specify their locations in the configuration file as
|
certificate you need to specify their locations in the ``jupyterhub_config.py``
|
||||||
follows:
|
configuration file as follows:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@@ -59,7 +59,6 @@ qualified domain name):
|
|||||||
c.JupyterHub.ssl_key = '/etc/letsencrypt/live/{mydomain.tld}/privkey.pem'
|
c.JupyterHub.ssl_key = '/etc/letsencrypt/live/{mydomain.tld}/privkey.pem'
|
||||||
c.JupyterHub.ssl_cert = '/etc/letsencrypt/live/{mydomain.tld}/fullchain.pem'
|
c.JupyterHub.ssl_cert = '/etc/letsencrypt/live/{mydomain.tld}/fullchain.pem'
|
||||||
|
|
||||||
|
|
||||||
If the fully qualified domain name (FQDN) is ``example.com``, the following
|
If the fully qualified domain name (FQDN) is ``example.com``, the following
|
||||||
would be the needed configuration:
|
would be the needed configuration:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user