commands.create_and_validate_test_certs ======================================= .. py:module:: commands.create_and_validate_test_certs .. autoapi-nested-parse:: Management command to create some certificates for testing and verifying them using OpenSSL. 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` Creates a certificate chain and validates it uing OpenSSL. .. py:attribute:: help :value: 'Creates a certificate chain and validates it uing OpenSSL.' .. py:method:: handle(*_args, **_kwargs) Executes the command.