Home
last modified time | relevance | path

Searched refs:CommonName (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js60 if (a.Issuer.CommonName > b.Issuer.CommonName) {
63 if (a.Issuer.CommonName < b.Issuer.CommonName) {
160 addCSR.CommonName = $scope.newCSR.commonName;
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js95 issuedBy: Issuer.CommonName,
96 issuedTo: Subject.CommonName,
219 data.CommonName = commonName;
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Daccount_service.hpp63 CommonName, enumerator
129 {CertificateMappingAttribute::CommonName, "CommonName"},
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md56 "CommonName": "<BMC_IP>",
73 "CommonName": "xx.xx.xx.xx",
158 "CommonName": "XYZ CERTIFICATE AUTHORITY",
168 "CommonName": "xx.xx.xx.xx",
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml37 - name: CommonName
/openbmc/bmcweb/
H A DRedfish.md87 - Issuer/CommonName
95 - Subject/CommonName
/openbmc/docs/security/
H A DTLS-configuration.md148 provide **the OpenBMC system user name** for the `CommonName` attribute of this
179 name of your OpenBMC server** for the `CommonName` attribute of this
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md220 status. There, in case of success Redfish extracts username from `CommonName`
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot288 ... CommonName=${OPENBMC_HOST} Country=US Organization=xyz
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md128 "CommonName": "www.company.com",
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot220 ... CommonName=${OPENBMC_HOST} Country=US Organization=xyz
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1305 account_service::CertificateMappingAttribute::CommonName; in handleAccountServiceGet()