vsatctl recover¶
vsatctl recover [flags]
Allows you to pass in the DEK, the passphrase, and the recovery code to restore lost VSatellites.
Note
You must run this command with root privileges because it connects to the VSatellite cluster using credentials from a file that only root users can access.
Examples¶
You'll copy the full command from the Recovery wizard in TLS Protect Cloud, because you need your unique recovery code. Be sure to edit the placeholder texts (in brackets[]) before running the command.
sudo vsatctl recover \
--dek [path/to/dek] \
--passphrase [passphrase] \
--recovery-code ********-*****-*****-*****-***************
Options¶
--dek string Use to specify the path to where your backedup DEK key is stored.
--passphrase string Passphrase to decrypt Data Encryption Key set payload.
--recovery-code Code you copy from the recovery wizard in TLS Protect Cloud.
-h, --help Help for recover.