commands.check_for_weak_ecc_curvesΒΆ

Management command to check for weak ECC curves.

ClassesΒΆ

Command

Custom Django management command to check certificates for deprecated or weak ECC curves.

Module ContentsΒΆ

class commands.check_for_weak_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 deprecated or weak ECC curves.

help = 'Check certificates using weak or deprecated 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

_check_for_weak_ecc_curves()[source]ΒΆ

Task to check if any certificates are using deprecated or weak ECC curves.

Return type:

None