aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example10
1 files changed, 4 insertions, 6 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.