From 495140be629b1e4ffaf50e6ad2c1c69e40d8e069 Mon Sep 17 00:00:00 2001 From: redy01 <56729944+redy01@users.noreply.github.com> Date: Sun, 30 Jun 2024 02:06:52 +0200 Subject: [PATCH] Update xo-lite.md - ssl cert configuration Signed-off-by: redy01 <56729944+redy01@users.noreply.github.com> --- docs/management/manage-locally/xo-lite.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/management/manage-locally/xo-lite.md b/docs/management/manage-locally/xo-lite.md index 83a88781..cb23bff2 100644 --- a/docs/management/manage-locally/xo-lite.md +++ b/docs/management/manage-locally/xo-lite.md @@ -26,6 +26,9 @@ Once logged, you can see the dashboard: ![](../../../assets/img/xolite.jpg) +## SSL certificate +Xolite use `stunnel@xapi.service` as proxy and SSL certificate can be configured by replace /etc/xensource/xapi-ssl.pem with cerificate-chain or editing `/etc/stunnel/xapi.conf` to pointing to certificate-hain file. + :::info XO Lite isn't a multi-cluster orchestrator, it's just a local management console. If you want to orchestrate your VMs at scale (load balancing, backup, warm migration and so on), you MUST use [Xen Orchestra](../manage-at-scale/xo-web-ui.md)! -::: \ No newline at end of file +:::