commands.create_multiple_test_issuing_cas

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_multiple_test_issuing_cas.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 Root CA and three issuing CAs to the database.'[source]
handle(*_args, **_kwargs)[source]

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

Parameters:
  • _args (tuple[str])

  • _kwargs (dict[str, str])

Return type:

None