Skip to content

list-certificates

This command lists the certificates in the S-Filer Portal solution.

Syntax:

shell
sfiler-cli [options] list-certificates [command options]
Command optionsRequired / OptionalDescription
-tOptionnelCertificate type (possible values are : KEY_PAIR, TRUSTED_CERTIFICATE, UNTRUSTED_CERTIFICATE, SSH_KEY). Do not specify this argument to list all types.

Example:

This command lists all the certificates in the S-Filer Portal solution that have the “KEY_PAIR” type.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" list-certificates -t "KEY_PAIR"