Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalGenerateCsr.vue87 :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 Drun-ptest4 for i in ./benchmark ./test-geoip-city ; do
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp226 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 DCertificatesStore.js196 city,
218 data.City = city;
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.hpp190 std::string challengePassword, std::string city, std::string commonName,
213 std::string challengePassword, std::string city, std::string commonName,
H A Dcerts_manager.cpp440 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 Dgeoip_1.6.12.bb1 SUMMARY = "C library for country/city/organization to IP address or hostname mapping"
80 ${S}/test/test-geoip-city.c \
H A Dgeoip-perl_1.51.bb6 DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping"
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js162 addCSR.City = $scope.newCSR.city;
245 $scope.newCSR.city = '';
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp655 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 Dtest_certificates_sub_menu.robot23 ${xpath_input_city} //*[@data-test-id='modalGenerateCsr-input-city']
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DPolyForm-Small-Business-1.0.065 index for all urban consumers, U.S. city average, for all items,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml35 The city or locality of the organization making the request. For
/openbmc/openbmc/poky/meta/recipes-extended/timezone/
H A Dtzdata.bb76 # Packages are primarily organized by directory with a major city in most time
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md39 Locality Name (eg, city) []:Portland
/openbmc/qemu/docs/system/
H A Dtls.rst159 organization, state, city, building, etc.
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3322 "CommonName":args.commonName, "City":args.city,