Skip to content

list-security-profiles

Lists the security profiles.

Syntax:

shell
sfiler-cli [options] list-security-profiles

Example:

This command lists all the security profiles and their status.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" list-security-profiles
shell
.\sfiler-config-cli.bat -l my-user -p my-password -cf "conf\sfiler.conf" list-security-profiles

The result of executing the command will be a list showing the status of each security profile.

shell
****************************
Security profiles
****************************
------------------------------------------------------------
| Name         | Description                     | Enabled |
------------------------------------------------------------
| AES          | Strong Encryption (AES)         | true    |
| 3DES         | High Encryption (3DES)          | false   |
| 3DESDOUBLE   | Medium Encryption (3DES DOUBLE) | false   |
| DES          | Low Encryption (DES)            | false   |
| NOENCRYPTION | No Encryption                   | false   |
------------------------------------------------------------