Searched defs:certPath (Results 1 – 6 of 6) sorted by relevance
446 fs::path certPath = "/etc/ssl/certs/https/"; in ensureCertificate() local586 fs::path certPath = "/etc/ssl/certs/https/client.pem"; in getSSLClientContext() local
18 inline void installCertificate(const std::filesystem::path& certPath) in installCertificate()
444 bool Certificate::isSame(const std::string& certPath) in isSame()
1069 for (auto& certPath : fs::directory_iterator(certInstallPath)) in storageUpdate() local
239 for (const auto& certPath : certPaths) in getCertificateList() local
75 constexpr const char* certPath = "/mnt/data/host/bios-rootcert"; variable