Skip to content

Commit

Permalink
Merge pull request #16 from willingc/iss-05
Browse files Browse the repository at this point in the history
Add link to cookie secret docs in JupyterHub
  • Loading branch information
minrk committed Jun 7, 2016
2 parents afed982 + 395b459 commit 2caadb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Secure your deployment

$ openssl rand -hex 1024 > ./security/cookie_secret

For additional information, see the `cookie secret file <https://jupyterhub.readthedocs.io/en/latest/getting-started.html#cookie-secret>`_ section in the JupyterHub documentation.

2. If you are using `Let's Encrypt <https://letsencrypt.org/>`_, skip this step.
Otherwise, install your SSL private key :file:`./security/ssl.key` and
certificate as :file:`./security/ssl.crt`.
Expand Down

0 comments on commit 2caadb6

Please sign in to comment.