commands.check_for_weak_signature_algorithmsΒΆ

Management command to check for weak signature algorithms.

ClassesΒΆ

Command

Custom Django management command to check certificates for weak signature algorithms.

Module ContentsΒΆ

class commands.check_for_weak_signature_algorithms.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 weak signature algorithms.

help = 'Check certificates with weak or deprecated signature algorithms.'[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_signature_algorithms()[source]ΒΆ

Task to check if any certificates are using weak or deprecated signature algorithms.

Return type:

None