Skip to content

Commit

Permalink
Merge pull request #983 from josedaudi/patch-1
Browse files Browse the repository at this point in the history
Added missing details on how to add custom domain from manual HTTPS  configuration
  • Loading branch information
yuvipanda authored Jun 11, 2024
2 parents d0fb92e + a5f9669 commit bcc64e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/howto/admin/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ If so, you can tell your deployment to use these files:
sudo tljh-config set https.enabled true
sudo tljh-config set https.tls.key /etc/mycerts/mydomain.key
sudo tljh-config set https.tls.cert /etc/mycerts/mydomain.cert
sudo tljh-config add-item https.tls.domains yourhub.yourdomain.edu
```

Once you have loaded this, your config should look like:
Expand All @@ -103,6 +104,8 @@ https:
tls:
key: /etc/mycerts/mydomain.key
cert: /etc/mycerts/mydomain.cert
domains:
- yourhub.yourdomain.edu
```
Finally, you can reload the proxy to load the new configuration:
Expand Down

0 comments on commit bcc64e0

Please sign in to comment.