mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
d5d89b7f39
commit
3617f05836
@ -29,6 +29,10 @@ void PKISaveCertCommand::InitParameters(boost::program_options::options_descript
|
|||||||
("trustedcert", po::value<std::string>(), "Trusted certificate file path (output)")
|
("trustedcert", po::value<std::string>(), "Trusted certificate file path (output)")
|
||||||
("host", po::value<std::string>(), "Parent Icinga instance to fetch the public TLS certificate from")
|
("host", po::value<std::string>(), "Parent Icinga instance to fetch the public TLS certificate from")
|
||||||
("port", po::value<std::string>()->default_value("5665"), "Icinga 2 port");
|
("port", po::value<std::string>()->default_value("5665"), "Icinga 2 port");
|
||||||
|
|
||||||
|
hiddenDesc.add_options()
|
||||||
|
("key", po::value<std::string>())
|
||||||
|
("cert", po::value<std::string>());
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<String> PKISaveCertCommand::GetArgumentSuggestions(const String& argument, const String& word) const
|
std::vector<String> PKISaveCertCommand::GetArgumentSuggestions(const String& argument, const String& word) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user