refactor: move peerCert option to coreArgs
This commit is contained in:
committed by
Chris Rizzitello
parent
cfd580fb21
commit
cfedfc2c1e
@ -459,10 +459,6 @@ bool CoreProcess::addServerArgs(QStringList &args)
|
||||
args << "--log" << Settings::value(Settings::Log::File).toString();
|
||||
}
|
||||
|
||||
if (!Settings::value(Settings::Security::CheckPeers).toBool()) {
|
||||
args << "--disable-client-cert-check";
|
||||
}
|
||||
|
||||
QString configFilename = persistServerConfig();
|
||||
if (configFilename.isEmpty()) {
|
||||
qFatal("config file name empty for server args");
|
||||
|
||||
Reference in New Issue
Block a user