Skip to content

Commit dcdf2dc

Browse files
committed
Remove references to tls.domain config
1 parent 8cb42a9 commit dcdf2dc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/howto/admin/https.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,13 @@ renew them for you before they expire.
8282

8383
## Manual HTTPS with existing key and certificate
8484

85-
You may already have an SSL key and certificate.
85+
You may already have an SSL key and certificate for your domain.
8686
If so, you can tell your deployment to use these files:
8787

8888
```
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
9392
```
9493

9594
Once you have loaded this, your config should look like:
@@ -104,8 +103,6 @@ https:
104103
tls:
105104
key: /etc/mycerts/mydomain.key
106105
cert: /etc/mycerts/mydomain.cert
107-
domains:
108-
- yourhub.yourdomain.edu
109106
```
110107
111108
Finally, you can reload the proxy to load the new configuration:
@@ -114,7 +111,7 @@ Finally, you can reload the proxy to load the new configuration:
114111
sudo tljh-config reload proxy
115112
```
116113

117-
and now access your Hub securely at <https://yourhub.yourdomain.edu>.
114+
and now access your Hub securely at the domain associated with your certificate.
118115

119116
## Troubleshooting
120117

0 commit comments

Comments
 (0)