Skip to content

Commit a5f9669

Browse files
authored
Added missing details on how to add custom domain form manual HTTPS configuration
1 parent d0fb92e commit a5f9669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/howto/admin/https.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ If so, you can tell your deployment to use these files:
8989
sudo tljh-config set https.enabled true
9090
sudo tljh-config set https.tls.key /etc/mycerts/mydomain.key
9191
sudo tljh-config set https.tls.cert /etc/mycerts/mydomain.cert
92+
sudo tljh-config add-item https.tls.domains yourhub.yourdomain.edu
9293
```
9394

9495
Once you have loaded this, your config should look like:
@@ -103,6 +104,8 @@ https:
103104
tls:
104105
key: /etc/mycerts/mydomain.key
105106
cert: /etc/mycerts/mydomain.cert
107+
domains:
108+
- yourhub.yourdomain.edu
106109
```
107110
108111
Finally, you can reload the proxy to load the new configuration:

0 commit comments

Comments
 (0)