Home
last modified time | relevance | path

Searched refs:optChallengePassword (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp704 std::optional<std::string> optChallengePassword = ""; in handleGenerateCSRAction() local
719 "ChallengePassword", optChallengePassword, // in handleGenerateCSRAction()
745 if (!optChallengePassword->empty()) in handleGenerateCSRAction()
913 "GenerateCSR", *optAlternativeNames, *optChallengePassword, city, in handleGenerateCSRAction()