TW-1366
- TW-1366 In diagnostics it's called 'Cert', and in config it's called 'certificate' (thanks to Jack).
This commit is contained in:
@@ -249,7 +249,7 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
else
|
||||
out << " Trust: strict\n";
|
||||
|
||||
out << " Cert: "
|
||||
out << "Certificate: "
|
||||
<< context.config.get ("taskd.certificate")
|
||||
<< (File (context.config.get ("taskd.certificate")).readable ()
|
||||
? " (readable)" : " (not readable)")
|
||||
|
||||
Reference in New Issue
Block a user