Deleting a CRL file using the CLI

Prev Next

Use the CLI commands in this section to delete a specified Certificate Revocation List (CRL) file from the appliance.

To delete a local CRL file:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Verify the name of the configured CRL file.

    hostname (config) # show aaa authentication certificate
    Certificate based authentication settings:
      ...
      CRL Filename                   : john-doe.crl.pem
  3. Delete a specified CRL file from the appliance.

    hostname (config) # aaa authentication certificate crl delete filename <name_of_file>
  4. Verify the status of the CRL file.

    hostname (config) # show aaa authentication certificate crl
     No CRL file is configured.
  5. Save your changes.

    hostname (config) # write memory