"constellation recover" CLI command

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-05-02 13:21:07 +02:00 committed by Malte Poll
parent 9d31c9637b
commit e13ec3f914
7 changed files with 632 additions and 0 deletions

View file

@ -27,6 +27,11 @@ const (
AdminConfFilename = "constellation-admin.conf"
MasterSecretFilename = "constellation-mastersecret.base64"
WGQuickConfigFilename = "wg0.conf"
//
// Cryptographic constants.
//
StateDiskKeyLength = 32
)
// CliVersion is the version of the CLI. Left as a separate variable to allow override during build.