1 #ifndef AKTUALIZR_BOOTSTRAP_H 2 #define AKTUALIZR_BOOTSTRAP_H 4 #include <boost/filesystem.hpp> 9 Bootstrap(
const boost::filesystem::path& provision_path,
const std::string& provision_password);
11 static std::string readServerUrl(
const boost::filesystem::path& provision_path);
12 static std::string readServerCa(
const boost::filesystem::path& provision_path);
14 std::string getCa()
const {
return ca; }
15 std::string getCert()
const {
return cert; }
16 std::string getPkey()
const {
return pkey; }
24 #endif // AKTUALIZR_BOOTSTRAP_H