| 14 | REGISTER_CLICOMMAND("pki/verify", PKIVerifyCommand); |
| 15 | |
| 16 | String PKIVerifyCommand::GetDescription() const |
| 17 | { |
| 18 | return "Verify TLS certificates: CN, signed by CA, is CA; Print certificate"; |
| 19 | } |
| 20 | |
| 21 | String PKIVerifyCommand::GetShortDescription() const |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected