install-crl

Syntax

tadm install-crl common_options [--file-on-server] --config=config_name crl_file

Description

Use this command to install a Certificate Revocation List (CRL). A CRL is a revocation list provided by a certificate authority (CA). A CRL lists all certificates that either client or server users should no longer trust. When the data in a certificate changes, the certificate is revoked.

Options

For information about common_options, run the help command.

--file-on-server|-f

If you specify this option, the CRL file is available on the administration server computer. If you do not specify this option, the CRL file is assumed to be available on the client machine and will be uploaded to the server.

--config|-c

Specify the name of the configuration where you want to install the CRL.

Operands

crl-file

Specify the full path of the CRL file that you want to install.

Example

tadm install-crl --user=admin --host=admin.example.com 
--password-file=./admin.passwd --port=8989 
--no-prompt --config=www.example.org ServerSign.crl

Exit Codes

The following exit values are returned:

0: command executed successfully

>0: error in executing the command

For more information about exit codes and syntax notations, run the help command.

See Also

help, list-crls, get-crl-prop, delete-crl