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.hpp925 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local
927 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()
935 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()
1039 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local
1041 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()
1049 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()
1177 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local
1179 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()
1187 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()