Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp18 inline void installCertificate(const std::filesystem::path& certPath) in installCertificate() argument
21 [certPath](const boost::system::error_code& ec) { in installCertificate()
31 std::filesystem::remove(certPath.c_str(), ec2); in installCertificate()
39 "xyz.openbmc_project.Certs.Replace", "Replace", certPath.string()); in installCertificate()
H A Dssl_key_handler.hpp493 fs::path certPath = "/etc/ssl/certs/https/"; in ensureCertificate() local
497 fs::path certFile = certPath / "server.pem"; in ensureCertificate()
499 if (!fs::exists(certPath, ec)) in ensureCertificate()
501 fs::create_directories(certPath, ec); in ensureCertificate()
634 fs::path certPath = "/etc/ssl/certs/https/client.pem"; in getSSLClientContext() local
635 std::string cert = verifyOpensslKeyCert(certPath); in getSSLClientContext()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp169 bool isSame(const std::string& certPath);
H A Dcerts_manager.cpp1069 for (auto& certPath : fs::directory_iterator(certInstallPath)) in storageUpdate() local
1073 if (fs::is_symlink(certPath)) in storageUpdate()
1075 fs::remove(certPath); in storageUpdate()
1082 "ERR", e, "SYMLINK", certPath.path().string()); in storageUpdate()
H A Dcertificate.cpp452 bool Certificate::isSame(const std::string& certPath) in isSame() argument
454 internal::X509Ptr cert = loadCert(certPath); in isSame()
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp238 for (const auto& certPath : certPaths) in getCertificateList() local
240 sdbusplus::message::object_path objPath(certPath); in getCertificateList()
244 BMCWEB_LOG_ERROR("Invalid certificate objPath {}", certPath); in getCertificateList()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py895 certPath = self.CERT_PATH + "/" + cert_type + "/" + service
897 route_handler.mapper.get_object, path=certPath)
900 self.obj = bus.get_object(busName, certPath)