/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | ModalGenerateCsr.vue | 87 :label="$t('pageCertificates.modal.city')" 88 label-for="city" 91 id="city" 92 v-model="form.city" 94 data-test-id="modalGenerateCsr-input-city" 95 :state="getValidationState(v$.form.city)" 390 city: null, 432 city: { required },
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/ |
H A D | run-ptest | 4 for i in ./benchmark ./test-geoip-city ; do
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 226 std::string challengePassword, std::string city, std::string commonName, in generateCSR() argument 235 alternativeNames, challengePassword, city, commonName, in generateCSR() 1006 std::string city("HYB"); in TEST_F() local 1075 std::string city("HYB"); in TEST_F() local 1123 std::string city("HYB"); in TEST_F() local 1170 std::string city("BLR"); in TEST_F() local 1216 std::string city("BLR"); in TEST_F() local 1263 std::string city("BLR"); in TEST_F() local 1313 std::string city("BLR"); in TEST_F() local 1359 std::string city("BLR"); in TEST_F() local [all …]
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | CertificatesStore.js | 196 city, 218 data.City = city;
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 190 std::string challengePassword, std::string city, std::string commonName, 213 std::string challengePassword, std::string city, std::string commonName,
|
H A D | certs_manager.cpp | 440 std::string city, std::string commonName, std::string contactPerson, in generateCSR() argument 460 alternativeNames, challengePassword, city, commonName, in generateCSR() 540 std::string city, std::string commonName, std::string contactPerson, in generateCSRHelper() argument 562 addEntry(x509Name, "L", city); in generateCSRHelper()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/ |
H A D | geoip_1.6.12.bb | 1 SUMMARY = "C library for country/city/organization to IP address or hostname mapping" 80 ${S}/test/test-geoip-city.c \
|
H A D | geoip-perl_1.51.bb | 6 DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping"
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 162 addCSR.City = $scope.newCSR.city; 245 $scope.newCSR.city = '';
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 655 std::string city; in handleGenerateCSRAction() local 683 "City", city, // in handleGenerateCSRAction() 882 "GenerateCSR", *optAlternativeNames, *optChallengePassword, city, in handleGenerateCSRAction()
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_certificates_sub_menu.robot | 23 ${xpath_input_city} //*[@data-test-id='modalGenerateCsr-input-city']
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | PolyForm-Small-Business-1.0.0 | 65 index for all urban consumers, U.S. city average, for all items,
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/ |
H A D | Create.interface.yaml | 35 The city or locality of the organization making the request. For
|
/openbmc/openbmc/poky/meta/recipes-extended/timezone/ |
H A D | tzdata.bb | 76 # Packages are primarily organized by directory with a major city in most time
|
/openbmc/openbmc-test-automation/docs/ |
H A D | certificate_generate.md | 39 Locality Name (eg, city) []:Portland
|
/openbmc/qemu/docs/system/ |
H A D | tls.rst | 159 organization, state, city, building, etc.
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3322 "CommonName":args.commonName, "City":args.city,
|