Searched refs:CommonName (Results 1 – 16 of 16) sorted by relevance
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 60 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 D | CertificatesStore.js | 95 issuedBy: Issuer.CommonName, 96 issuedTo: Subject.CommonName, 221 data.CommonName = commonName;
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | account_service.hpp | 66 CommonName, enumerator 133 {CertificateMappingAttribute::CommonName, "CommonName"},
|
/openbmc/openbmc-test-automation/docs/ |
H A D | certificate_generate.md | 56 "CommonName": "<BMC_IP>", 73 "CommonName": "xx.xx.xx.xx", 158 "CommonName": "XYZ CERTIFICATE AUTHORITY", 168 "CommonName": "xx.xx.xx.xx",
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/ |
H A D | bmcweb_git.bb | 36 MUTUAL_TLS_PARSING="CommonName"
|
/openbmc/bmcweb/include/ |
H A D | sessions.hpp | 158 CommonName = 2, enumerator 171 return MTLSCommonNameParseMode::CommonName; in getMTLSCommonNameParseMode()
|
/openbmc/bmcweb/http/ |
H A D | mutual_tls.cpp | 182 case persistent_data::MTLSCommonNameParseMode::CommonName: in getUsernameFromCert()
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 87 - Issuer/CommonName 95 - Subject/CommonName
|
H A D | meson.options | 253 choices: ['CommonName', 'Whole', 'UserPrincipalName', 'Meta'],
|
/openbmc/docs/security/ |
H A D | TLS-configuration.md | 148 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/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 1321 case MTLSCommonNameParseMode::CommonName: in getCertificateMapping() 1323 return CertificateMappingAttribute::CommonName; in getCertificateMapping() 1341 return CertificateMappingAttribute::CommonName; in getCertificateMapping()
|
/openbmc/docs/designs/ |
H A D | redfish-tls-user-authentication.md | 220 status. There, in case of success Redfish extracts username from `CommonName`
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 288 ... CommonName=${OPENBMC_HOST} Country=US Organization=xyz
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 128 "CommonName": "www.company.com",
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_certificate.robot | 220 ... CommonName=${OPENBMC_HOST} Country=US Organization=xyz
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 691 {"CommonName", 1612709890, "PrintableString"},
|