help_pages.pki_help_viewsΒΆ
This module contains all views concerning the help pages used within the pki app.
ClassesΒΆ
Base help view that constructs the context. |
|
Strategy for building the onboarding cmp shared-secret help page. |
|
Help view for the CMP IDevID Registration, which displays the required OpenSSL commands. |
|
Strategy for building the onboarding EST shared-secret help page. |
|
Help view for the EST IDevID Registration, which displays the required OpenSSL commands. |
|
Help view for downloading CRLs via curl commands. |
Module ContentsΒΆ
- class help_pages.pki_help_views.BaseHelpView[source]ΒΆ
Bases:
trustpoint.page_context.PageContextMixin,django.views.generic.detail.DetailView[pki.models.DevIdRegistration]Base help view that constructs the context.
- class help_pages.pki_help_views.OnboardingCmpIdevIdDomainCredentialStrategy[source]ΒΆ
Bases:
help_pages.base.HelpPageStrategyStrategy for building the onboarding cmp shared-secret help page.
- build_sections(help_context)[source]ΒΆ
Builds the required sections.
- Parameters:
help_context (help_pages.base.HelpContext)
- Return type:
tuple[list[help_pages.help_section.HelpSection], str]
- class help_pages.pki_help_views.OnboardingCmpIdevidRegistrationHelpView[source]ΒΆ
Bases:
BaseHelpViewHelp view for the CMP IDevID Registration, which displays the required OpenSSL commands.
- class help_pages.pki_help_views.OnboardingEstIdevIdDomainCredentialStrategy[source]ΒΆ
Bases:
help_pages.base.HelpPageStrategyStrategy for building the onboarding EST shared-secret help page.
- build_sections(help_context)[source]ΒΆ
Builds the required sections.
- Parameters:
help_context (help_pages.base.HelpContext)
- Return type:
tuple[list[help_pages.help_section.HelpSection], str]
- class help_pages.pki_help_views.OnboardingEstIdevidRegistrationHelpView[source]ΒΆ
Bases:
BaseHelpViewHelp view for the EST IDevID Registration, which displays the required OpenSSL commands.
- class help_pages.pki_help_views.CrlDownloadHelpView[source]ΒΆ
Bases:
trustpoint.page_context.PageContextMixin,django.views.generic.detail.DetailView[pki.models.CaModel]Help view for downloading CRLs via curl commands.