diff options
-rw-r--r-- | bin/OpenSim.ini.example | 10 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 10 | ||||
-rw-r--r-- | bin/Robust.ini.example | 8 |
4 files changed, 14 insertions, 22 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a4a6d0c..7426980 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -297,18 +297,16 @@ | |||
297 | 297 | ||
298 | 298 | ||
299 | ;; SSL certificate validation options | 299 | ;; SSL certificate validation options |
300 | ;; used also on contacting other peers that require SSL and we don't | 300 | ;; you can allow selfsigned certificates or no official CA with next option set to true |
301 | ;; you should set this to false forcing all peers (like regions) to have valid certificates | ||
302 | ;; but you can allow selfsigned certificates or no official CA with next option true | ||
303 | ;# {NoVerifyCertChain} {} {do not verify SSL Cert Chain} {true false} true | 301 | ;# {NoVerifyCertChain} {} {do not verify SSL Cert Chain} {true false} true |
304 | ; NoVerifyCertChain = true | 302 | ; NoVerifyCertChain = true |
305 | 303 | ||
306 | ;; you can also bypass the hostname or domain verification | 304 | ;; you can also bypass the hostname or domain verification |
307 | ;# {NoVerifyCertHostname} {} {do not verify SSL Cert name versus peer name} {true false} true | 305 | ;# {NoVerifyCertHostname} {} {do not verify SSL Cert name versus peer name} {true false} true |
308 | ; NoVerifyCertHostname = true | 306 | ; NoVerifyCertHostname = true |
309 | ;; having both options true does provide encriptation, but low security | 307 | ;; having both options true does provide encryption but with low security |
310 | ;; possible enought for small grids, specially it not comercial | 308 | ;; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. |
311 | 309 | ||
312 | [AccessControl] | 310 | [AccessControl] |
313 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} | 311 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} |
314 | ;; Bar (|) separated list of viewers which may gain access to the regions. | 312 | ;; Bar (|) separated list of viewers which may gain access to the regions. |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 4884d3d..a8566e2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -407,14 +407,12 @@ | |||
407 | ; # | 407 | ; # |
408 | 408 | ||
409 | ; SSL certificate validation options | 409 | ; SSL certificate validation options |
410 | ; used also on contacting other peers that require SSL and we don't | 410 | ; you can allow selfsigned certificates or no official CA with next option set to true |
411 | ; you should set this to false forcing all peers (like regions) to have valid certificates | ||
412 | ; but you can allow selfsigned certificates or no official CA with next option true | ||
413 | ; NoVerifyCertChain = true | 411 | ; NoVerifyCertChain = true |
414 | ; you can also bypass the hostname or domain verification | 412 | ; you can also bypass the hostname or domain verification |
415 | ; NoVerifyCertHostname = true | 413 | ; NoVerifyCertHostname = true |
416 | ; having both options true does provide encriptation, but low security | 414 | ; having both options true does provide encryption but with low security |
417 | ; possible enought for small grids, specially it not comercial | 415 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. |
418 | 416 | ||
419 | [Map] | 417 | [Map] |
420 | ; Map tile options. | 418 | ; Map tile options. |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index f66b245..0382d4b 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -70,15 +70,13 @@ | |||
70 | ; How many lines of command history should we keep? (default is 100) | 70 | ; How many lines of command history should we keep? (default is 100) |
71 | ConsoleHistoryFileLines = 100 | 71 | ConsoleHistoryFileLines = 100 |
72 | 72 | ||
73 | ; peers SSL certificate validation options (if using ssl) | 73 | ; peers SSL certificate validation options |
74 | ; used also on contacting other peers that require SSL and we don't | 74 | ; you can allow selfsigned certificates or no official CA with next option set to true |
75 | ; you should set this to false forcing all peers (like regions) to have valid certificates | ||
76 | ; but you can allow selfsigned certificates or no official CA with next option true | ||
77 | NoVerifyCertChain = true | 75 | NoVerifyCertChain = true |
78 | ; you can also bypass the hostname or domain verification | 76 | ; you can also bypass the hostname or domain verification |
79 | NoVerifyCertHostname = true | 77 | NoVerifyCertHostname = true |
80 | ; having both options true does provide encriptation, but low security | 78 | ; having both options true does provide encryption but with low security |
81 | ; possible enought for small grids, specially it not comercial | 79 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. |
82 | 80 | ||
83 | 81 | ||
84 | [ServiceList] | 82 | [ServiceList] |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 5e6ce47..51cf9d8 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -63,14 +63,12 @@ | |||
63 | ConsoleHistoryFileLines = 100 | 63 | ConsoleHistoryFileLines = 100 |
64 | 64 | ||
65 | ; peers SSL certificate validation options | 65 | ; peers SSL certificate validation options |
66 | ; used also on contacting other peers that require SSL and we don't | 66 | ; you can allow selfsigned certificates or no official CA with next option set to true |
67 | ; you should set this to false forcing all peers (like regions) to have valid certificates | ||
68 | ; but you can allow selfsigned certificates or no official CA with next option true | ||
69 | NoVerifyCertChain = true | 67 | NoVerifyCertChain = true |
70 | ; you can also bypass the hostname or domain verification | 68 | ; you can also bypass the hostname or domain verification |
71 | NoVerifyCertHostname = true | 69 | NoVerifyCertHostname = true |
72 | ; having both options true does provide encriptation, but low security | 70 | ; having both options true does provide encryption but with low security |
73 | ; possible enought for small grids, specially it not comercial | 71 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. |
74 | 72 | ||
75 | [ServiceList] | 73 | [ServiceList] |
76 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 74 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" |