diff options
author | BlueWall | 2011-05-07 18:54:21 -0400 |
---|---|---|
committer | BlueWall | 2011-05-07 18:54:21 -0400 |
commit | d40e4562f249d7c3a9d1df3568f0df8b86373c1d (patch) | |
tree | cc6d5376b671387669e5b9765a0f1b707296a45d | |
parent | Mantis #5470 -- add forgotten MSSQL's GridUserStore. Thank you MrMonkE (diff) | |
download | opensim-SC_OLD-d40e4562f249d7c3a9d1df3568f0df8b86373c1d.zip opensim-SC_OLD-d40e4562f249d7c3a9d1df3568f0df8b86373c1d.tar.gz opensim-SC_OLD-d40e4562f249d7c3a9d1df3568f0df8b86373c1d.tar.bz2 opensim-SC_OLD-d40e4562f249d7c3a9d1df3568f0df8b86373c1d.tar.xz |
Add missing configs for ssl in Robust.HG.ini
-rw-r--r-- | bin/Robust.HG.ini.example | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 572497c..0d79e77 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -29,6 +29,26 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
29 | [Network] | 29 | [Network] |
30 | port = 8003 | 30 | port = 8003 |
31 | 31 | ||
32 | ; HTTPS for "Out of band" management applications such as the remote admin | ||
33 | ; module. May specify https_main = True to make the main http server | ||
34 | ; use https or "False" to make the main server HTTP | ||
35 | ; https_main = False | ||
36 | ; | ||
37 | ; Create https_listener = "True" will create a listener on the port | ||
38 | ; specified. Provide the path to your server certificate along with it's | ||
39 | ; password | ||
40 | ; https_listener = False | ||
41 | ; | ||
42 | ; Set our listener to this port | ||
43 | ; https_port = 0 | ||
44 | ; | ||
45 | ; Path to X509 certificate | ||
46 | ; cert_path = "path/to/cert.p12" | ||
47 | ; | ||
48 | ; Password for cert | ||
49 | ; cert_pass = "password" | ||
50 | |||
51 | |||
32 | ; * The following are for the remote console | 52 | ; * The following are for the remote console |
33 | ; * They have no effect for the local or basic console types | 53 | ; * They have no effect for the local or basic console types |
34 | ; * Leave commented to diable logins to the console | 54 | ; * Leave commented to diable logins to the console |