aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index d1ded36..07e1c48 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -501,10 +501,12 @@
501 console_port = 0 501 console_port = 0
502 502
503 ; ssl config: Experimental! 503 ; ssl config: Experimental!
504 http_listener_ssl = false ; if set to true main server is replaced a ssl one 504 http_listener_ssl = false ; if set to true main server is replaced by a ssl one
505 http_listener_sslport = 9001 ; Use this port for SSL connections 505 http_listener_sslport = 9001 ; Use this port for SSL connections
506 http_listener_cn = "myexternalip" ; // should be the External ip and match the CN on the cert 506 ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn
507 http_listener_cert_path = "mycert.p12" ; path for the cert file 507 ; this will change is future
508 http_listener_cn = "myRegionsExternalHostName"
509 http_listener_cert_path = "mycert.p12" ; path for the cert file that is valid for the ExternalHostName
508 http_listener_cert_pass = "mycertpass" ; the cert passwork 510 http_listener_cert_pass = "mycertpass" ; the cert passwork
509 511
510 ; HTTPS for "Out of band" management applications such as the remote 512 ; HTTPS for "Out of band" management applications such as the remote