diff --git a/lib/cli/pkisavecertcommand.cpp b/lib/cli/pkisavecertcommand.cpp index a946396f4..befd0eead 100644 --- a/lib/cli/pkisavecertcommand.cpp +++ b/lib/cli/pkisavecertcommand.cpp @@ -29,6 +29,10 @@ void PKISaveCertCommand::InitParameters(boost::program_options::options_descript ("trustedcert", po::value(), "Trusted certificate file path (output)") ("host", po::value(), "Parent Icinga instance to fetch the public TLS certificate from") ("port", po::value()->default_value("5665"), "Icinga 2 port"); + + hiddenDesc.add_options() + ("key", po::value()) + ("cert", po::value()); } std::vector PKISaveCertCommand::GetArgumentSuggestions(const String& argument, const String& word) const