From 7aa4bd7006fcf6f8c9810180bd0e59cddb958ba0 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 9 Oct 2016 01:15:53 +0100 Subject: [PATCH] add a comment about selfsigned certs --- bin/OpenSimDefaults.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 07e1c48da6..01a44c3864 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -506,6 +506,7 @@ ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn ; this will change is future http_listener_cn = "myRegionsExternalHostName" + ; if the cert doesnt have a oficial CA or is selfsigned viewers option NoVerifySSLCert need to be set true http_listener_cert_path = "mycert.p12" ; path for the cert file that is valid for the ExternalHostName http_listener_cert_pass = "mycertpass" ; the cert passwork