commands.issue_crls

Django management command for issuing CRLs to all issuing CAs.

Classes

Command

Issues CRLs to all issuing CAs in the database.

Module Contents

class commands.issue_crls.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand, trustpoint.logger.LoggerMixin

Issues CRLs to all issuing CAs in the database.

help = 'Issues CRLs to all issuing CAs in the database.'[source]
log_and_stdout(message, level='info')[source]

Log a message and write it to stdout.

Parameters:
  • message (str) – The message to log and print.

  • level (str) – The logging level (‘info’, ‘warning’, ‘error’, etc.).

Return type:

None

handle(*_args, **_kwargs)[source]

Issues CRLs to all issuing CAs.

Parameters:
  • _args (tuple[str])

  • _kwargs (dict[str, str])

Return type:

None