Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp998 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local
1000 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()
1008 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()
1113 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local
1115 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()
1123 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()
1252 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local
1254 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()
1262 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()