aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-10-09 01:15:53 +0100
committerUbitUmarov2016-10-09 01:15:53 +0100
commit7aa4bd7006fcf6f8c9810180bd0e59cddb958ba0 (patch)
tree14dd903a6ba985ca4c5777aa0f0abac9c309027d /bin/OpenSimDefaults.ini
parentchanges to regions ssl suport: verify if hostnames are validate by the select... (diff)
downloadopensim-SC-7aa4bd7006fcf6f8c9810180bd0e59cddb958ba0.zip
opensim-SC-7aa4bd7006fcf6f8c9810180bd0e59cddb958ba0.tar.gz
opensim-SC-7aa4bd7006fcf6f8c9810180bd0e59cddb958ba0.tar.bz2
opensim-SC-7aa4bd7006fcf6f8c9810180bd0e59cddb958ba0.tar.xz
add a comment about selfsigned certs
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 07e1c48..01a44c3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -506,6 +506,7 @@
506 ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn 506 ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn
507 ; this will change is future 507 ; this will change is future
508 http_listener_cn = "myRegionsExternalHostName" 508 http_listener_cn = "myRegionsExternalHostName"
509 ; if the cert doesnt have a oficial CA or is selfsigned viewers option NoVerifySSLCert need to be set true
509 http_listener_cert_path = "mycert.p12" ; path for the cert file that is valid for the ExternalHostName 510 http_listener_cert_path = "mycert.p12" ; path for the cert file that is valid for the ExternalHostName
510 http_listener_cert_pass = "mycertpass" ; the cert passwork 511 http_listener_cert_pass = "mycertpass" ; the cert passwork
511 512