Home
last modified time | relevance | path

Searched refs:ca_private_key_path (Results 1 – 2 of 2) sorted by relevance

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DOptionContainer.cpp250 ca_private_key_path = findoptionS("caprivatekeypath"); in read()
251 if (ca_private_key_path == "") { in read()
293 ca_private_key_path.c_str(), in read()
937 ca_private_key_path.c_str(), in read()
H A DOptionContainer.hpp173 std::string ca_private_key_path; member in OptionContainer