diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 47257b2..418330e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -500,13 +500,12 @@ | |||
500 | http_listener_port = 9000 | 500 | http_listener_port = 9000 |
501 | console_port = 0 | 501 | console_port = 0 |
502 | 502 | ||
503 | ; ssl config: Experimental! The auto https config only really works definately on windows XP now | 503 | ; ssl config: Experimental! |
504 | ; you need a Cert Request/Signed pair installed in the MY store with the CN specified below | 504 | http_listener_ssl = false ; if set to true main server is replaced a ssl one |
505 | ; you can use https on other platforms, but you'll need to configure the httpapi yourself for now | ||
506 | http_listener_ssl = false ; Also create a SSL server | ||
507 | http_listener_cn = "localhost" ; Use the cert with the common name | ||
508 | http_listener_sslport = 9001 ; Use this port for SSL connections | 505 | http_listener_sslport = 9001 ; Use this port for SSL connections |
509 | http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer | 506 | http_listener_cn = "myexternalip" ; // should be the External ip and match the CN on the cert |
507 | http_listener_cert_path = "mycert.p12" ; path for the cert file | ||
508 | http_listener_cert_pass = "mycertpass" ; the cert passwork | ||
510 | 509 | ||
511 | ; HTTPS for "Out of band" management applications such as the remote | 510 | ; HTTPS for "Out of band" management applications such as the remote |
512 | ; admin module | 511 | ; admin module |