disable-security-profile
Disables a security profile.
Syntax:
shell
sfiler-cli [options] disable-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). |
-f | Optional | Forces the deactivation of the security profile (skips warnings and optional validations). |
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 disables the DES security profile. A warning will be displayed if the profile to be disabled is used for a community or a sharing space. The "-f" option can be used to force the execution of the command. Communities or Shares using this profile will be migrated to the most secure profile. Transfers that have already taken place will retain the previously assigned security profile.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" disable-security-profile -n "DES" -f
shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" disable-security-profile -n "DES" -f