commands.create_single_test_issuing_caΒΆ

Django management command for adding issuing CA test data.

ClassesΒΆ

Command

Adds a Root CA and three issuing CAs to the database.

Module ContentsΒΆ

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

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

Adds a Root CA and three issuing CAs to the database.

help = 'Adds a RSA 2048 / SHA256 Root CA and an issuing CAs to the database for testing purposes.'[source]ΒΆ
handle(*_args, **_kwargs)[source]ΒΆ

Adds a Root CA and an issuing CAs to the database.

Parameters:
  • _args (tuple[str])

  • _kwargs (dict[str, str])

Return type:

None