Home > Configuration > SSL > createsslcrl

createsslcrl

Use this method to revokes a certificate, or list of certificates, or generates a CRL for the list of revoked certificates.

Syntax



Parameters

cacertfile

Name of and, optionally, path to the CA certificate file. /nsconfig/ssl/ is the default path.
This is mandatory parameter.

cakeyfile

Name of and, optionally, path to the CA key file. /nsconfig/ssl/ is the default path.
This is mandatory parameter.

indexfile

Name of and, optionally, path to the file containing the serial numbers of all the certificates that are revoked. Revoked certificates are appended to the file. /nsconfig/ssl/ is the default path.
This is mandatory parameter.

revoke

Name of and, optionally, path to the certificate to be revoked. /nsconfig/ssl/ is the default path.

gencrl

Name of and, optionally, path to the CRL file to be generated. The list of certificates that have been revoked is obtained from the index file. /nsconfig/ssl/ is the default path.

password

Password for the CA key file.

Return Value

Returns simpleResult

See Also