MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetDescription

Method GetDescription

lib/cli/pkiverifycommand.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14REGISTER_CLICOMMAND("pki/verify", PKIVerifyCommand);
15
16String PKIVerifyCommand::GetDescription() const
17{
18 return "Verify TLS certificates: CN, signed by CA, is CA; Print certificate";
19}
20
21String PKIVerifyCommand::GetShortDescription() const
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected