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