Home
last modified time | relevance | path

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

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DOptionContainer.cpp259 cert_private_key_path = findoptionS("certprivatekeypath"); in read()
260 if (cert_private_key_path == "") { in read()
294 cert_private_key_path.c_str(), in read()
938 cert_private_key_path.c_str(), in read()
H A DOptionContainer.hpp174 std::string cert_private_key_path; member in OptionContainer