commands.create_test_issuing_ca =============================== .. py:module:: commands.create_test_issuing_ca .. autoapi-nested-parse:: Command to create a test Issuing CA and some example end-entity certificates. Classes ------- .. autoapisummary:: commands.create_test_issuing_ca.Command Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`commands.base_commands.CertificateCreationCommandMixin`, :py:obj:`django.core.management.base.BaseCommand` Django management command for adding issuing CA test data. .. py:attribute:: help :value: 'Removes all migrations, deletes db and runs makemigrations and migrate afterwards.' .. py:method:: handle(*_args, **_kwargs) Executes the command.