mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
add SSL certs validation options for regions to allow simple encriptation without any peer autentification using simple homemade (or even shared) certs.
This commit is contained in:
@@ -401,7 +401,20 @@
|
||||
; routing and land at the landmark coordinates when set to true
|
||||
; default is false
|
||||
; TelehubAllowLandmark = false
|
||||
|
||||
|
||||
; #
|
||||
; # SSL certificates validation options
|
||||
; #
|
||||
|
||||
; SSL certificate validation options
|
||||
; used also on contacting other peers that require SSL and we don't
|
||||
; you should set this to false forcing all peers (like regions) to have valid certificates
|
||||
; but you can allow selfsigned certificates or no official CA with next option true
|
||||
; NoVerifyCertChain = true
|
||||
; you can also bypass the hostname or domain verification
|
||||
; NoVerifyCertHostname = true
|
||||
; having both options true does provide encriptation, but low security
|
||||
; possible enought for small grids, specially it not comercial
|
||||
|
||||
[Map]
|
||||
; Map tile options.
|
||||
|
||||
Reference in New Issue
Block a user