management.management.commands.check_for_not_permitted_ecc_curvesΒΆ

Management command to check for not permitted ECC curves.

Module ContentsΒΆ

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

Bases: django.core.management.base.BaseCommand

Custom Django management command to check certificates for not permitted ECC curves.

help = 'Check certificates using not permitted ECC curves.'[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