commands.generate_crls ====================== .. py:module:: commands.generate_crls .. autoapi-nested-parse:: Management command to generate CRLs for CAs with enabled cycles. Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`django.core.management.base.BaseCommand` Management command to trigger CRL generation for CAs with enabled cycles. .. py:attribute:: help .. py:method:: add_arguments(parser) Add command arguments. .. py:method:: handle(*args, **options) Execute the command.