import-crypto
This command is used to import encryption keys into the S-Filer Portal solution. This is a special command introduced when migrating cryptographic material from the file system to the database.
NOTE
This command will be removed in version 5.0.0 of the S-Filer Portal solution.
Syntax:
shell
sfiler-cli [options] import-crypto [command options]
Command options | Required / Optional | Description |
---|---|---|
-pa | Required | The folder path where to find the configuration file. |
-fn | Optional | The name of the configuration file that we are looking for in the specified path. |
Example:
This command imports cryptographic material from the “conf” directory.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" import-crypto -pa "conf"