mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
fixed check of EnableSelfsignedCertSupport option
This commit is contained in:
@@ -134,7 +134,7 @@ namespace OpenSim.Server.Base
|
||||
|
||||
prompt = startupConfig.GetString("Prompt", prompt);
|
||||
|
||||
if(startupConfig.GetBoolean("EnableRobustSelfsignedCertSupport"))
|
||||
if(startupConfig.GetBoolean("EnableRobustSelfsignedCertSupport", false))
|
||||
{
|
||||
if(!File.Exists("SSL\\ssl\\"+ startupConfig.GetString("RobustCertFileName") +".p12") || startupConfig.GetBoolean("RobustCertRenewOnStartup"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user