From 01392d4e028075d225b0bebb6a1992772365fbf1 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Fri, 24 Jul 2020 12:08:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cf9e8b..83e0306 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ XVA Direct Download https://srv-file19.gofile.io/download/Kt6nJu/20200722T183158 # Self-signed SSL -If you are running this internally (on a secured LAN and need SSL (recommended) follow the below steps to create a self-signed SSL key and certificate. +If you are running this internally and need SSL (recommended) follow the below steps to create a self-signed SSL key and certificate; while browsers will still say the connection is unsecured, this is because the certificate isn't from a public authority and is on your LAN. Alternatively a reverse proxy can be used for public facing installations. ## Generate your key and cert @@ -41,7 +41,7 @@ Now edit the xo-server.toml file vi /opt/xen-orchestra/packages/xo-server/.xo-server.toml -Comment or edit the port from 80 to 443 and add the cert and key to the appropriate locations +Comment-out or edit the port from 80 to 443 and add the cert and key to the appropriate locations within this file. port = 443 cert = '/etc/ssl/certs/certificate.pem'