From a5f966927fecf365515c6b939ec6b6a4bf74167e Mon Sep 17 00:00:00 2001 From: Joseph Daudi Date: Thu, 23 May 2024 21:49:15 +0300 Subject: [PATCH] Added missing details on how to add custom domain form manual HTTPS configuration --- docs/howto/admin/https.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/howto/admin/https.md b/docs/howto/admin/https.md index 1cdb459b2..449ef41e7 100644 --- a/docs/howto/admin/https.md +++ b/docs/howto/admin/https.md @@ -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: @@ -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: