change a few ssl config comments
parent
3a81642d97
commit
95ff859484
|
@ -297,18 +297,16 @@
|
||||||
|
|
||||||
|
|
||||||
;; SSL certificate validation options
|
;; SSL certificate validation options
|
||||||
;; used also on contacting other peers that require SSL and we don't
|
;; you can allow selfsigned certificates or no official CA with next option set to true
|
||||||
;; 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} {} {do not verify SSL Cert Chain} {true false} true
|
;# {NoVerifyCertChain} {} {do not verify SSL Cert Chain} {true false} true
|
||||||
; NoVerifyCertChain = true
|
; NoVerifyCertChain = true
|
||||||
|
|
||||||
;; you can also bypass the hostname or domain verification
|
;; you can also bypass the hostname or domain verification
|
||||||
;# {NoVerifyCertHostname} {} {do not verify SSL Cert name versus peer name} {true false} true
|
;# {NoVerifyCertHostname} {} {do not verify SSL Cert name versus peer name} {true false} true
|
||||||
; NoVerifyCertHostname = true
|
; NoVerifyCertHostname = true
|
||||||
;; having both options true does provide encriptation, but low security
|
;; having both options true does provide encryption but with low security
|
||||||
;; possible enought for small grids, specially it not comercial
|
;; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
|
||||||
|
|
||||||
[AccessControl]
|
[AccessControl]
|
||||||
;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
|
;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
|
||||||
;; Bar (|) separated list of viewers which may gain access to the regions.
|
;; Bar (|) separated list of viewers which may gain access to the regions.
|
||||||
|
|
|
@ -407,14 +407,12 @@
|
||||||
; #
|
; #
|
||||||
|
|
||||||
; SSL certificate validation options
|
; SSL certificate validation options
|
||||||
; used also on contacting other peers that require SSL and we don't
|
; you can allow selfsigned certificates or no official CA with next option set to true
|
||||||
; 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
|
; NoVerifyCertChain = true
|
||||||
; you can also bypass the hostname or domain verification
|
; you can also bypass the hostname or domain verification
|
||||||
; NoVerifyCertHostname = true
|
; NoVerifyCertHostname = true
|
||||||
; having both options true does provide encriptation, but low security
|
; having both options true does provide encryption but with low security
|
||||||
; possible enought for small grids, specially it not comercial
|
; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
|
||||||
|
|
||||||
[Map]
|
[Map]
|
||||||
; Map tile options.
|
; Map tile options.
|
||||||
|
|
|
@ -70,15 +70,13 @@
|
||||||
; How many lines of command history should we keep? (default is 100)
|
; How many lines of command history should we keep? (default is 100)
|
||||||
ConsoleHistoryFileLines = 100
|
ConsoleHistoryFileLines = 100
|
||||||
|
|
||||||
; peers SSL certificate validation options (if using ssl)
|
; peers SSL certificate validation options
|
||||||
; used also on contacting other peers that require SSL and we don't
|
; you can allow selfsigned certificates or no official CA with next option set to true
|
||||||
; 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
|
NoVerifyCertChain = true
|
||||||
; you can also bypass the hostname or domain verification
|
; you can also bypass the hostname or domain verification
|
||||||
NoVerifyCertHostname = true
|
NoVerifyCertHostname = true
|
||||||
; having both options true does provide encriptation, but low security
|
; having both options true does provide encryption but with low security
|
||||||
; possible enought for small grids, specially it not comercial
|
; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
|
||||||
|
|
||||||
|
|
||||||
[ServiceList]
|
[ServiceList]
|
||||||
|
|
|
@ -63,14 +63,12 @@
|
||||||
ConsoleHistoryFileLines = 100
|
ConsoleHistoryFileLines = 100
|
||||||
|
|
||||||
; peers SSL certificate validation options
|
; peers SSL certificate validation options
|
||||||
; used also on contacting other peers that require SSL and we don't
|
; you can allow selfsigned certificates or no official CA with next option set to true
|
||||||
; 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
|
NoVerifyCertChain = true
|
||||||
; you can also bypass the hostname or domain verification
|
; you can also bypass the hostname or domain verification
|
||||||
NoVerifyCertHostname = true
|
NoVerifyCertHostname = true
|
||||||
; having both options true does provide encriptation, but low security
|
; having both options true does provide encryption but with low security
|
||||||
; possible enought for small grids, specially it not comercial
|
; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
|
||||||
|
|
||||||
[ServiceList]
|
[ServiceList]
|
||||||
AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
|
AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
|
||||||
|
|
Loading…
Reference in New Issue