Searched refs:kServerCertPath (Results 1 – 3 of 3) sorted by relevance
58 std::string path = CommUtil::ParseConfig(*(config_), kServerCertPath); in InitSSL()60 MS_LOG(EXCEPTION) << "The key:" << kServerCertPath << "'s value is not exist."; in InitSSL()
65 std::string path = CommUtil::ParseConfig(*(config_), kServerCertPath); in InitSSL()67 MS_LOG(EXCEPTION) << "The key:" << kServerCertPath << "'s value is not exist."; in InitSSL()
129 constexpr char kServerCertPath[] = "server_cert_path"; variable