Home
last modified time | relevance | path

Searched refs:clientCertificate (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-certificate-manager/bmc-vmi-ca/
H A Dca_cert_entry.hpp56 clientCertificate(cert); in Entry()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1365 nlohmann::json::object_t clientCertificate; in handleAccountServiceGet() local
1366 clientCertificate["Enabled"] = authMethodsConfig.tls; in handleAccountServiceGet()
1367 clientCertificate["RespondToUnauthenticatedClients"] = in handleAccountServiceGet()
1380 clientCertificate["CertificateMappingAttribute"] = mapping; in handleAccountServiceGet()
1387 clientCertificate["Certificates"] = std::move(certificates); in handleAccountServiceGet()
1388 json["MultiFactorAuth"]["ClientCertificate"] = std::move(clientCertificate); in handleAccountServiceGet()