Imports the nShield Security World configuration so the Timestamping Authority solution can use the keys managed by the nShield HSM.
tsactl import-nshield -f <kmdata> [-y]
For example:
$ sudo ./tsactl import-nshield -f ./kmdata
See below for a description of each option.
Unable to render include or excerpt-include. Could not retrieve page.
-f <kmdata>
Import the <kmdata>
configuration, where <kmdata>
is one of the following.
- The path of the nShield
kmdata
folder. - The path of a backup folder generated with the tsactl export-nshield command.
- The path of a
tar.gz
backup file generated with the tsactl export-nshield command.
See Loading the HSM configuration for considerations on this configuration.
Mandatory: Yes.
-y, --yes
Skip the confirmation prompt.