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