commands.issue_crls =================== .. py:module:: commands.issue_crls .. autoapi-nested-parse:: Django management command for issuing CRLs to all issuing CAs. Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`django.core.management.base.BaseCommand`, :py:obj:`trustpoint.logger.LoggerMixin` Issues CRLs to all issuing CAs in the database. .. py:attribute:: help :value: 'Issues CRLs to all issuing CAs in the database.' .. py:method:: log_and_stdout(message, level = 'info') Log a message and write it to stdout. :param message: The message to log and print. :type message: str :param level: The logging level ('info', 'warning', 'error', etc.). :type level: str .. py:method:: handle(*_args, **_kwargs) Issues CRLs to all issuing CAs.