Searched refs:certificateType (Results 1 – 6 of 6) sorted by relevance
| /openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
| H A D | ModalUploadCertificate.vue | 13 <dt>{{ i18n.t('pageCertificates.modal.certificateType') }}</dt> 21 :label="i18n.t('pageCertificates.modal.certificateType')" 26 v-model="form.certificateType" 28 :state="getValidationState(v$.form.certificateType)" 29 @change="v$.form.certificateType.$touch()" 33 <template v-if="v$.form.certificateType.required.$invalid"> 104 certificateType: null, 130 this.form.certificateType = options[0].value; 137 certificateType: { 158 : this.form.certificateType, [all …]
|
| H A D | ModalGenerateCsr.vue | 21 :label="$t('pageCertificates.modal.certificateType')" 26 v-model="form.certificateType" 27 data-test-id="modalGenerateCsr-select-certificateType" 29 :state="getValidationState(v$.form.certificateType)" 30 @change="v$.form.certificateType.$touch()" 401 certificateType: null, 451 certificateType: { required },
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | certificate.js | 14 var certificateType = 'PEM'; 100 certificateType.toLowerCase()) { 115 data.CertificateType = certificateType;
|
| /openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
| H A D | CertificatesStore.js | 193 certificateType, 212 certificateType,
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 101 std::optional<std::string> certificateType = "PEM"; in getCertificateFromReqBody() local 106 "CertificateType", certificateType // in getCertificateFromReqBody() 114 if (*certificateType != "PEM") in getCertificateFromReqBody() 116 messages::propertyValueNotInList(asyncResp->res, *certificateType, in getCertificateFromReqBody() 536 std::optional<std::string> certificateType = "PEM"; in handleReplaceCertificateAction() local 541 "CertificateType", certificateType, // in handleReplaceCertificateAction() 549 if (!certificateType) in handleReplaceCertificateAction() 554 if (certificateType != "PEM") in handleReplaceCertificateAction()
|
| /openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
| H A D | test_certificates_sub_menu.robot | 20 ${xpath_select_certificate_type} //*[@data-test-id='modalGenerateCsr-select-certificateType']
|