Searched refs:alternativeNames (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 225 std::vector<std::string> alternativeNames, in generateCSR() argument 235 alternativeNames, challengePassword, city, commonName, in generateCSR() 1003 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local 1031 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() 1071 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local 1097 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() 1118 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local 1144 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() 1164 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local 1190 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() [all …]
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 149 let alternativeNames = $scope.names.map(name => name.Value); 154 alternativeNames.push($scope.newCSR.firstAlternativeName) : 163 addCSR.AlternativeNames = alternativeNames || [];
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 189 std::vector<std::string> alternativeNames, 212 std::vector<std::string> alternativeNames,
|
H A D | certs_manager.cpp | 437 std::vector<std::string> alternativeNames, std::string challengePassword, in generateCSR() argument 458 alternativeNames, challengePassword, city, commonName, in generateCSR() 537 std::vector<std::string> alternativeNames, std::string challengePassword, in generateCSRHelper() argument 552 if (!alternativeNames.empty()) in generateCSRHelper() 554 for (auto& name : alternativeNames) in generateCSRHelper()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3320 alt_name_list = args.alternativeNames.split(",")
|