Home
last modified time | relevance | path

Searched defs:certPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/src/
H A Dssl_key_handler.cpp446 fs::path certPath = "/etc/ssl/certs/https/"; in ensureCertificate() local
586 fs::path certPath = "/etc/ssl/certs/https/client.pem"; in getSSLClientContext() local
/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp18 inline void installCertificate(const std::filesystem::path& certPath) in installCertificate()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp444 bool Certificate::isSame(const std::string& certPath) in isSame()
H A Dcerts_manager.cpp1069 for (auto& certPath : fs::directory_iterator(certInstallPath)) in storageUpdate() local
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp239 for (const auto& certPath : certPaths) in getCertificateList() local
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp75 constexpr const char* certPath = "/mnt/data/host/bios-rootcert"; variable