commands.create_test_long_chain_p12

Management command for generating a long test PKI chain.

Classes

Command

Django management command for generating a long test PKI chain.

Module Contents

class commands.create_test_long_chain_p12.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 generating a long test PKI chain.

help = 'Generate a long certificate chain with 4 Intermediate CAs.'[source]
handle(*_args, **_kwargs)[source]

Executes the command.

Parameters:
  • _args (Any)

  • _kwargs (Any)

Return type:

None