File transfer work, add identities for validation of updates.
This commit is contained in:
parent
ac4e657aaa
commit
6c63bfce69
6 changed files with 329 additions and 72 deletions
|
@ -70,6 +70,12 @@ public:
|
|||
|
||||
/**
|
||||
* Identities permitted to sign software updates
|
||||
*
|
||||
* ZTN can keep multiple signing identities and rotate them, keeping some in
|
||||
* "cold storage" and obsoleting others gradually.
|
||||
*
|
||||
* If you don't build with ZT_OFFICIAL_BUILD, this isn't used since your
|
||||
* build will not auto-update.
|
||||
*/
|
||||
const std::map< Address,Identity > updateAuthorities;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue