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.hpp474 std::string certURI; in handleReplaceCertificateAction() local
497 BMCWEB_LOG_INFO("Certificate URI to replace: {}", certURI); in handleReplaceCertificateAction()
500 boost::urls::parse_relative_ref(certURI); in handleReplaceCertificateAction()
591 [asyncResp, certURI](const boost::system::error_code& ec, in getCSR()
607 certURI; in getCSR()
629 std::string certURI; in handleGenerateCSRAction() local
675 if (certURI.starts_with(std::format( in handleGenerateCSRAction()
682 else if (certURI.starts_with( in handleGenerateCSRAction()
713 if (certURI.starts_with(std::format( in handleGenerateCSRAction()
737 else if (certURI.starts_with( in handleGenerateCSRAction()
[all …]