- TW-1366 In diagnostics it's called 'Cert', and in config it's called
  'certificate' (thanks to Jack).
This commit is contained in:
Paul Beckingham 2014-07-01 20:58:15 -04:00
parent e7c8c0ca2a
commit d850510375
3 changed files with 4 additions and 1 deletions

View file

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