enable-security-profile
Enables a security profile.
Syntax:
shell
sfiler-cli [options] enable-security-profile [command options]
Command Options | Required/Optional | Description |
---|---|---|
-n | Required | The name of the security profile (possible values are : AES, 3DES, 3DESDOUBLE, DES, NOENCRYPTION). |
NOTE
The AES option is present for documentation purposes only. It is not possible to change the status of AES, as this is the only permissible value for end-to-end encryption with the web interface.
Example:
This command enables the DES security profile.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" enable-security-profile -n "DES"
shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" enable-security-profile -n "DES"