management.management.commands.update_tlsΒΆ

Command to update the Nginx TLS configuration to the current active TLS server credential.

ClassesΒΆ

Command

A Django management command to restore the Trustpoint container.

Module ContentsΒΆ

class management.management.commands.update_tls.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]ΒΆ

Bases: trustpoint.logger.LoggerMixin, django.core.management.base.BaseCommand

A Django management command to restore the Trustpoint container.

This restores the Nginx TLS certificate.

help = 'Updates Nginx TLS config to the current active TLS server credential.'[source]ΒΆ
handle(**options)[source]ΒΆ

Entrypoint for the command.

Parameters:

options (Any)

Return type:

None