Saves a copy of the nShield Security World keys and configuration currently loaded in EVA. You can later import it with evactl import-nshield, even in a different deployment of EVA.
evactl export-nshield -f <kmdata_dir> [-t]
For example:
$ sudo ./evactl export-nshield -f /opt/nfast/copy-kmdata
See below for a description of each option.
-f <kmdata_dir>
Save the configuration in the <kmdata_dir>
folder.
Mandatory: Yes.
-t
Save the configuration in the following compressed file.
<kmdata_dir>/kmdata.tar.gz
Mandatory. No. When omitting this option, the command does not compress the configuration in the <kmdata_dir>
folder.