Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana authored Mar 24, 2017
1 parent a151241 commit 0d56584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,9 @@ sudo mount [VM1 host]:/data /data
sudo mount [VM1 host]:[USER_HOME]/cablab-shared [USER_HOME]/cablab-shared
sudo mount [VM1 host]:/data /data
</pre></code>

# SSL Certificate renewal

1. Run `certbot renew` as stated in [here](ttp://letsencrypt.readthedocs.io/en/latest/using.html#renewing-certificates)
2. Replace the existing certs in /secrets with the newly generated ones (the cert*x*.pem and privkey*x*.pem). cert*x*.pem as jupyterhub.crt and privkey*x*.pem as jupyterhub.key
3. `docker rm -f jupyterhub && docker rmi -f jupyterhub && docker-compose up -d`

0 comments on commit 0d56584

Please sign in to comment.