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.hpp967 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local
969 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()
977 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()
1082 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local
1084 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()
1092 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()
1221 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local
1223 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()
1231 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()