13 std::filesystem::path pathToCertificate;
14 std::filesystem::path pathToKey;
24 void setUseHTTPS(
bool useHTTPS);
26 void setPathToCertificate(
const std::filesystem::path& pathToCertificate);
28 void setPathToKey(
const std::filesystem::path& pathToKey);
30 bool getUseHTTPS()
const;
32 const std::filesystem::path& getPathToCertificate()
const;
34 const std::filesystem::path& getPathToKey()
const;