Searched refs:certURI (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 535 std::string certURI; in handleReplaceCertificateAction() local 542 "CertificateUri/@odata.id", certURI // in handleReplaceCertificateAction() 561 BMCWEB_LOG_INFO("Certificate URI to replace: {}", certURI); in handleReplaceCertificateAction() 564 boost::urls::parse_relative_ref(certURI); in handleReplaceCertificateAction() 568 asyncResp->res, certURI, "CertificateUri", "ReplaceCertificate"); in handleReplaceCertificateAction() 653 const std::string& certURI, const std::string& service, in getCSR() argument 662 certURI](const boost::system::error_code& ec, const std::string& csr) { in getCSR() 677 certURI; in getCSR() 699 std::string certURI; in handleGenerateCSRAction() local 719 "CertificateCollection/@odata.id", certURI, // in handleGenerateCSRAction() [all …]
|