Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp536 std::string certURI; in handleReplaceCertificateAction() local
543 "CertificateUri/@odata.id", certURI // in handleReplaceCertificateAction()
562 BMCWEB_LOG_INFO("Certificate URI to replace: {}", certURI); in handleReplaceCertificateAction()
565 boost::urls::parse_relative_ref(certURI); in handleReplaceCertificateAction()
569 asyncResp->res, certURI, "CertificateUri", "ReplaceCertificate"); in handleReplaceCertificateAction()
653 const std::string& certURI, const std::string& service, in getCSR() argument
661 certURI](const boost::system::error_code& ec, const std::string& csr) { in getCSR()
676 certURI; in getCSR()
698 std::string certURI; in handleGenerateCSRAction() local
718 "CertificateCollection/@odata.id", certURI, // in handleGenerateCSRAction()
[all …]