commands.create_test_issuing_ca

Command to create a test Issuing CA and some example end-entity certificates.

Classes

Command

Django management command for adding issuing CA test data.

Module Contents

class commands.create_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

Django management command for adding issuing CA test data.

help = 'Removes all migrations, deletes db and runs makemigrations and migrate afterwards.'[source]
handle(*_args, **_kwargs)[source]

Executes the command.

Parameters:
  • _args (tuple[str])

  • _kwargs (dict[str, str])

Return type:

None