fixed check of EnableSelfsignedCertSupport option

This commit is contained in:
UbitUmarov
2024-08-20 04:24:16 +01:00
parent 8eef70ec9c
commit 4a72e92a74
2 changed files with 2 additions and 2 deletions

View File

@@ -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"))
{