diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6539f6e..4884d3d 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -401,7 +401,20 @@ | |||
401 | ; routing and land at the landmark coordinates when set to true | 401 | ; routing and land at the landmark coordinates when set to true |
402 | ; default is false | 402 | ; default is false |
403 | ; TelehubAllowLandmark = false | 403 | ; TelehubAllowLandmark = false |
404 | 404 | ||
405 | ; # | ||
406 | ; # SSL certificates validation options | ||
407 | ; # | ||
408 | |||
409 | ; SSL certificate validation options | ||
410 | ; used also on contacting other peers that require SSL and we don't | ||
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 | ||
414 | ; you can also bypass the hostname or domain verification | ||
415 | ; NoVerifyCertHostname = true | ||
416 | ; having both options true does provide encriptation, but low security | ||
417 | ; possible enought for small grids, specially it not comercial | ||
405 | 418 | ||
406 | [Map] | 419 | [Map] |
407 | ; Map tile options. | 420 | ; Map tile options. |