commands.create_and_validate_test_certsΒΆ

Management command to create some certificates for testing and verifying them using OpenSSL.

Module ContentsΒΆ

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

Bases: commands.base_commands.CertificateCreationCommandMixin, django.core.management.base.BaseCommand

Creates a certificate chain and validates it uing OpenSSL.

help = 'Creates a certificate chain and validates it uing OpenSSL.'[source]ΒΆ
handle(*_args, **_kwargs)[source]ΒΆ

Executes the command.

Parameters:
  • _args (tuple[str])

  • _kwargs (dict[str, str])

Return type:

None