commands.generate_crlsΒΆ

Management command to generate CRLs for CAs with enabled cycles.

Module ContentsΒΆ

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

Bases: django.core.management.base.BaseCommand

Management command to trigger CRL generation for CAs with enabled cycles.

help[source]ΒΆ
add_arguments(parser)[source]ΒΆ

Add command arguments.

handle(*args, **options)[source]ΒΆ

Execute the command.