File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,13 @@ renew them for you before they expire.
82
82
83
83
## Manual HTTPS with existing key and certificate
84
84
85
- You may already have an SSL key and certificate.
85
+ You may already have an SSL key and certificate for your domain .
86
86
If so, you can tell your deployment to use these files:
87
87
88
88
```
89
89
sudo tljh-config set https.enabled true
90
90
sudo tljh-config set https.tls.key /etc/mycerts/mydomain.key
91
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
92
```
94
93
95
94
Once you have loaded this, your config should look like:
@@ -104,8 +103,6 @@ https:
104
103
tls :
105
104
key : /etc/mycerts/mydomain.key
106
105
cert : /etc/mycerts/mydomain.cert
107
- domains :
108
- - yourhub.yourdomain.edu
109
106
` ` `
110
107
111
108
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:
114
111
sudo tljh-config reload proxy
115
112
```
116
113
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 .
118
115
119
116
## Troubleshooting
120
117
You can’t perform that action at this time.
0 commit comments