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