aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-10-10 20:14:02 +0100
committerUbitUmarov2016-10-10 20:14:02 +0100
commit6b0094645c404ab58c2ef287571578a81712843d (patch)
tree951c4274f10059c1b0604cccdac18f4df981b7d6 /bin/OpenSimDefaults.ini
parentkeep a unsecure http port up for external services (datasnapshot search). Onl... (diff)
downloadopensim-SC-6b0094645c404ab58c2ef287571578a81712843d.zip
opensim-SC-6b0094645c404ab58c2ef287571578a81712843d.tar.gz
opensim-SC-6b0094645c404ab58c2ef287571578a81712843d.tar.bz2
opensim-SC-6b0094645c404ab58c2ef287571578a81712843d.tar.xz
change some coments relative to ssl in config files
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 01a44c3..bd37748 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -510,8 +510,8 @@
510 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
511 http_listener_cert_pass = "mycertpass" ; the cert passwork 511 http_listener_cert_pass = "mycertpass" ; the cert passwork
512 512
513 ; HTTPS for "Out of band" management applications such as the remote 513 ; addicional HTTPS for "Out of band" management applications such as the remote
514 ; admin module 514 ; admin module or scripts
515 ; 515 ;
516 ; Create https_listener = "True" will create a listener on the port 516 ; Create https_listener = "True" will create a listener on the port
517 ; specified. Provide the path to your server certificate along with it's 517 ; specified. Provide the path to your server certificate along with it's
@@ -519,7 +519,7 @@
519 ; https_listener = False 519 ; https_listener = False
520 ; Set our listener to this port 520 ; Set our listener to this port
521 ; https_port = 0 521 ; https_port = 0
522 ; Path to X509 certificate 522 ; Path to X509 certificate, can be the same as main or another
523 ; cert_path = "path/to/cert.p12" 523 ; cert_path = "path/to/cert.p12"
524 ; Password for cert 524 ; Password for cert
525 ; cert_pass = "password" 525 ; cert_pass = "password"
@@ -531,6 +531,7 @@
531 ; HttpBodyMaxLenMAX=16384 531 ; HttpBodyMaxLenMAX=16384
532 532
533 ; Hostname to use in llRequestURL/llRequestSecureURL 533 ; Hostname to use in llRequestURL/llRequestSecureURL
534 ; must be a valid hostname for the ssl cert.
534 ; if not defined - default machine name is being used 535 ; if not defined - default machine name is being used
535 ; (on Windows this mean NETBIOS name - useably only inside local network) 536 ; (on Windows this mean NETBIOS name - useably only inside local network)
536 ; ExternalHostNameForLSL=127.0.0.1 537 ; ExternalHostNameForLSL=127.0.0.1