diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 28a32cf..eda5813 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -169,6 +169,15 @@ dump_assets_to_file = false | |||
169 | http_listener_port = 9000 | 169 | http_listener_port = 9000 |
170 | remoting_listener_port = 8895 | 170 | remoting_listener_port = 8895 |
171 | 171 | ||
172 | ; ssl config: Experimental! The auto https config only really works definately on windows XP now | ||
173 | ; you need a Cert Request/Signed pair installed in the MY store with the CN specified below | ||
174 | ; you can use https on other platforms, but you'll need to configure the httpapi yourself for now | ||
175 | http_listener_ssl = false ; Also create a SSL server | ||
176 | http_listener_cn = "localhost" ; Use the cert with the common name | ||
177 | http_listener_sslport = 9001 ; Use this port for SSL connections | ||
178 | http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer | ||
179 | |||
180 | |||
172 | ; Uncomment below to enable llRemoteData/remote channels | 181 | ; Uncomment below to enable llRemoteData/remote channels |
173 | ; remoteDataPort = 20800 | 182 | ; remoteDataPort = 20800 |
174 | 183 | ||