diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 1 |
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 | ||