Update custom-server.rst

This commit is contained in:
Fred Mitchell
2018-11-28 07:29:21 -05:00
committed by GitHub
parent eb68a80991
commit 988f198958

View File

@@ -44,7 +44,7 @@ Step 1: Installing The Littlest JupyterHub
.. code::
export REQUESTS_CA_BUNDLE=</directory/with/your/ssl/certificates>
sudo npm config set cafile </directory/with/your/ssl/certificates>
sudo npm config set cafile=</directory/with/your/ssl/certificates>
#. Make sure you have ``Python3``, ``curl`` and ``git`` installed. On latest Ubuntu you can get all of these with: