Aktualizr
C++ SOTA Client
|
Public Member Functions | |
void | updateFromPropertyTree (const boost::property_tree::ptree &pt) |
void | writeToStream (std::ostream &out_stream) const |
Public Attributes | |
StorageType | type {StorageType::kSqlite} |
boost::filesystem::path | path {"/var/sota"} |
utils::BasedPath | uptane_metadata_path {"metadata"} |
utils::BasedPath | uptane_private_key_path {"ecukey.der"} |
utils::BasedPath | uptane_public_key_path {"ecukey.pub"} |
utils::BasedPath | tls_cacert_path {"root.crt"} |
utils::BasedPath | tls_pkey_path {"pkey.pem"} |
utils::BasedPath | tls_clientcert_path {"client.pem"} |
utils::BasedPath | sqldb_path {"sql.db"} |