We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0fb92e + a5f9669 commit bcc64e0Copy full SHA for bcc64e0
docs/howto/admin/https.md
@@ -89,6 +89,7 @@ If so, you can tell your deployment to use these files:
89
sudo tljh-config set https.enabled true
90
sudo tljh-config set https.tls.key /etc/mycerts/mydomain.key
91
sudo tljh-config set https.tls.cert /etc/mycerts/mydomain.cert
92
+sudo tljh-config add-item https.tls.domains yourhub.yourdomain.edu
93
```
94
95
Once you have loaded this, your config should look like:
@@ -103,6 +104,8 @@ https:
103
104
tls:
105
key: /etc/mycerts/mydomain.key
106
cert: /etc/mycerts/mydomain.cert
107
+ domains:
108
+ - yourhub.yourdomain.edu
109
110
111
Finally, you can reload the proxy to load the new configuration:
0 commit comments