Searched refs:certFile (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-certificate-manager/ |
| H A D | watch.cpp | 27 Watch::Watch(sdeventplus::Event& event, std::string& certFile, Callback cb) : in Watch() argument 31 fs::path path = fs::path(certFile).parent_path(); in Watch() 47 watchFile = fs::path(certFile).filename(); in Watch()
|
| H A D | watch.hpp | 28 Watch(sdeventplus::Event& event, std::string& certFile, Callback cb); 69 std::string certFile; member in phosphor::certs::Watch
|
| /openbmc/phosphor-user-manager/phosphor-ldap-config/ |
| H A D | ldap_config_mgr.hpp | 53 const char* certFile) : in ConfigMgr() argument 56 tlsCacertFile(caCertFile), tlsCertFile(certFile), bus(bus) in ConfigMgr()
|
| H A D | ldap_config.hpp | 80 const char* caCertFile, const char* certFile, bool secureLDAP, 96 const char* caCertFile, const char* certFile,
|
| H A D | ldap_config.cpp | 55 const char* caCertFile, const char* certFile, bool secureLDAP, in Config() argument 62 tlsCertFile(certFile), configFilePath(filePath), objectPath(path), bus(bus), in Config() 110 const char* caCertFile, const char* certFile, in Config() argument 113 tlsCacertFile(caCertFile), tlsCertFile(certFile), configFilePath(filePath), in Config()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 610 std::shared_ptr<CertificateFile> certFile = in handleReplaceCertificateAction() local 614 [asyncResp, certFile, objectPath, service, url{*parsedUrl}, id, name, in handleReplaceCertificateAction() 634 certFile->getCertFilePath()); in handleReplaceCertificateAction() 637 certFile->getCertFilePath()); in handleReplaceCertificateAction() 1009 std::shared_ptr<CertificateFile> certFile = in handleHTTPSCertificateCollectionPost() local 1014 [asyncResp, certFile](const boost::system::error_code& ec, in handleHTTPSCertificateCollectionPost() 1032 certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost() 1035 "Install", certFile->getCertFilePath()); in handleHTTPSCertificateCollectionPost() 1125 std::shared_ptr<CertificateFile> certFile = in handleLDAPCertificateCollectionPost() local 1130 [asyncResp, certFile](const boost::system::error_code& ec, in handleLDAPCertificateCollectionPost() [all …]
|
| /openbmc/bmcweb/include/ |
| H A D | hostname_monitor.hpp | 88 const std::string certFile = "/etc/ssl/certs/https/server.pem"; in onPropertyUpdate() local 90 X509* cert = ensuressl::loadCert(certFile); in onPropertyUpdate()
|
| /openbmc/bmcweb/src/ |
| H A D | ssl_key_handler.cpp | 453 fs::path certFile = certPath / "server.pem"; in ensureCertificate() local 459 BMCWEB_LOG_INFO("Building SSL Context file= {}", certFile.string()); in ensureCertificate() 460 std::string sslPemFile(certFile); in ensureCertificate() 535 auto certFile = ensureCertificate(); in getSslServerContext() local 536 if (!getSslContext(sslCtx, certFile)) in getSslServerContext()
|
| /openbmc/phosphor-user-manager/test/ |
| H A D | ldap_config_test.cpp | 75 const char* certFile) : in MockConfigMgr() argument 77 caCertFile, certFile) in MockConfigMgr()
|