commands.check_domain_issuing_caΒΆ

Management command to check domains without Issuing CA assignments.

ClassesΒΆ

Command

A Django management command to identify domains without an Issuing CA and create notifications for them.

Module ContentsΒΆ

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

Bases: django.core.management.base.BaseCommand

A Django management command to identify domains without an Issuing CA and create notifications for them.

help = 'Check domains without issuing CA assignments.'[source]ΒΆ
handle(*args, **kwargs)[source]ΒΆ

Entrypoint for the command.

Parameters:
  • *args (Any) – Additional positional arguments.

  • **kwargs (dict[str, Any]) – Additional keyword arguments.

Return type:

None

_check_domain_issuing_ca()[source]ΒΆ

Create notifications for domains without an Issuing CA.

Return type:

None