commands.create_ra_setup ======================== .. py:module:: commands.create_ra_setup .. autoapi-nested-parse:: Django management command to create RA (Registration Authority) setup for testing. This command creates a complete RA testing environment with: - A local issuing CA - Domains and devices for EST and CMP protocols - Remote RA configurations that point back to this Trustpoint instance Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`commands.base_commands.CertificateCreationCommandMixin`, :py:obj:`trustpoint.logger.LoggerMixin`, :py:obj:`django.core.management.base.BaseCommand` Creates a complete RA (Registration Authority) testing setup. .. py:attribute:: help :value: 'Creates issuing CAs, domains, devices, and RA configurations for testing RA functionality.' .. py:method:: handle(*_args, **_kwargs) Creates the complete RA setup. .. py:method:: log_and_stdout(message, level = 'info') Log a message and write it to stdout. :param message: The message to log. :param level: The logging level ('info', 'warning', 'error').