Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalUploadCertificate.vue15 <dt>{{ $t('pageCertificates.modal.certificateType') }}</dt>
23 :label="$t('pageCertificates.modal.certificateType')"
28 v-model="form.certificateType"
30 :state="getValidationState(v$.form.certificateType)"
31 @input="v$.form.certificateType.$touch()"
35 <template v-if="v$.form.certificateType.required.$invalid">
104 certificateType: null,
125 this.form.certificateType = options[0].value;
132 certificateType: {
153 : this.form.certificateType,
[all …]
H A DModalGenerateCsr.vue20 :label="$t('pageCertificates.modal.certificateType')"
25 v-model="form.certificateType"
26 data-test-id="modalGenerateCsr-select-certificateType"
28 :state="getValidationState(v$.form.certificateType)"
29 @input="v$.form.certificateType.$touch()"
387 certificateType: null,
429 certificateType: { required },
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate.js14 var certificateType = 'PEM';
100 certificateType.toLowerCase()) {
115 data.CertificateType = certificateType;
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js193 certificateType,
212 certificateType,
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp69 std::optional<std::string> certificateType = "PEM"; in getCertificateFromReqBody() local
74 "CertificateType", certificateType // in getCertificateFromReqBody()
82 if (*certificateType != "PEM") in getCertificateFromReqBody()
84 messages::propertyValueNotInList(asyncResp->res, *certificateType, in getCertificateFromReqBody()
502 std::optional<std::string> certificateType = "PEM"; in handleReplaceCertificateAction() local
507 "CertificateType", certificateType, // in handleReplaceCertificateAction()
515 if (!certificateType) in handleReplaceCertificateAction()
520 if (certificateType != "PEM") in handleReplaceCertificateAction()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_certificates_sub_menu.robot20 ${xpath_select_certificate_type} //*[@data-test-id='modalGenerateCsr-select-certificateType']