Skip to content

Commit

Permalink
README: update SSL instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Aug 29, 2024
1 parent 9f92236 commit 0f48be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2024-HPCIC-AWS/JupyterNotebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,8 @@ helm install flux-jupyter jupyterhub/jupyterhub --values aws/config-aws.yaml
helm install flux-jupyter jupyterhub/jupyterhub --values aws/config-aws-ssl.yaml
```

If you're configuring SSL, you will need to get the service DNS name after creation. With that name you can assign a CNAME as appropriate. Then delete the `autohttps` pod, which triggers a pod recreation and certificate generation.

If you mess something up, you can change the file and run `helm upgrade`:

```bash
Expand Down

0 comments on commit 0f48be3

Please sign in to comment.