# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- [% RenderBlockStart("Overview") %]

[% Translate("S/MIME Management") | html %][% IF Data.Subtitle %]:[% END %] [% Translate(Data.Subtitle) | html %]

[% BreadcrumbPath = [ { Name => Translate('S/MIME Management'), Link => Env("Action"), }, ] %] [% IF Data.Action == "ShowAddCertificate" %] [% BreadcrumbPath.push({ Name => Translate("Add Certificate"),}) %] [% ELSIF Data.Action == "ShowAddPrivate" %] [% BreadcrumbPath.push({ Name => Translate("Add Private Key"),}) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("Notice") %]

[% Translate("Notice") | html %]

[% RenderBlockStart("Disabled") %]

[% Translate("SMIME support is disabled") | html %]

[% Translate("To be able to use SMIME in OTRS, you have to enable it first.") | html %]

[% RenderBlockEnd("Disabled") %] [% RenderBlockStart("NotWorking") %]

[% Translate("Faulty SMIME configuration") | html %]

[% Translate("SMIME support is enabled, but the relevant configuration contains errors. Please check the configuration using the button below.") | html %]

[% RenderBlockEnd("NotWorking") %]
[% RenderBlockEnd("Notice") %] [% RenderBlockStart("ActionList") %]

[% Translate("Actions") | html %]

[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("SMIMEFilter") %]

[% RenderBlockEnd("SMIMEFilter") %] [% RenderBlockStart("OverviewHint") %]

[% Translate("Hint") | html %]

[% Translate("To show certificate details click on a certificate icon.") | html %]

[% Translate("To manage private certificate relations click on a private key icon.") | html %]

[% RenderBlockEnd("OverviewHint") %] [% RenderBlockStart("SignerCertHint") %]

[% Translate("Hint") | html %]

[% Translate("Here you can add relations to your private certificate, these will be embedded to the S/MIME signature every time you use this certificate to sign an email.") | html %]

[% Translate("See also") | html %]: http://en.wikipedia.org/wiki/S/MIME

[% RenderBlockEnd("SignerCertHint") %] [% RenderBlockStart("Hint") %]

[% Translate("Hint") | html %]

[% Translate("In this way you can directly edit the certification and private keys in file system.") | html %]

[% Translate("See also") | html %]: http://en.wikipedia.org/wiki/S/MIME

[% RenderBlockEnd("Hint") %]
[% RenderBlockStart("OverviewResult") %]

[% Translate("List") | html %]

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("Row") %] [% RenderBlockEnd("Row") %]
[% Translate("Type") | html %] [% Translate("Subject") | html %] [% Translate("Hash") | html %] [% Translate("Fingerprint") | html %] [% Translate("Create") | html %] [% Translate("Expires") | html %] [% Translate("Delete") | html %]
[% Translate("No data found.") | html %]
[% RenderBlockStart("CertificateRelationAdd") %] [% Translate("Handle related certificates") | html %] [% RenderBlockEnd("CertificateRelationAdd") %] [% RenderBlockStart("CertificateRead") %] [% Translate("Read certificate") | html %] [% RenderBlockEnd("CertificateRead") %] [% Data.Type | html %] [% Data.Subject | html %] [% Data.Hash | truncate(12) | html %] [% Data.Fingerprint | truncate(12) | html %] [% Data.ShortStartDate | html %] [% Data.ShortEndDate | html %] [% Translate("Delete this certificate") | html %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewAddCertificate") %]

[% Translate("Add Certificate") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewAddCertificate") %] [% RenderBlockStart("OverviewAddPrivate") %]

[% Translate("Add Private Key") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewAddPrivate") %] [% RenderBlockStart("SignerCertificates") %]

[% Translate("Related Certificates for") | html %]: [% Data.CertFingerprint | html %]

[% RenderBlockStart("RelatedCertsNoDataFoundMsg") %] [% RenderBlockEnd("RelatedCertsNoDataFoundMsg") %] [% RenderBlockStart("RelatedCertsRow") %] [% RenderBlockEnd("RelatedCertsRow") %]
[% Translate("Type") | html %] [% Translate("Subject") | html %] [% Translate("Hash") | html %] [% Translate("Fingerprint") | html %] [% Translate("Create") | html %] [% Translate("Expires") | html %]
[% Translate("No data found.") | html %]
[% Translate("Delete this relation") | html %] [% Data.Type | html %] [% Data.Subject | html %] [% Data.Hash | truncate(12) | html %] [% Data.Fingerprint | truncate(12) | html %] [% Data.ShortStartDate | html %] [% Data.ShortEndDate | html %]

[% Translate("Available Certificates") | html %]

[% RenderBlockStart("AvailableCertsNoDataFoundMsg") %] [% RenderBlockEnd("AvailableCertsNoDataFoundMsg") %] [% RenderBlockStart("AvailableCertsRow") %] [% RenderBlockEnd("AvailableCertsRow") %]
[% Translate("Type") | html %] [% Translate("Subject") | html %] [% Translate("Hash") | html %] [% Translate("Fingerprint") | html %] [% Translate("Create") | html %] [% Translate("Expires") | html %]
[% Translate("No data found.") | html %]
[% Translate("Relate this certificate") | html %] [% Data.Type | html %] [% Data.Subject | html %] [% Data.Hash | truncate(12) | html %] [% Data.Fingerprint | truncate(12) | html %] [% Data.ShortStartDate | html %] [% Data.ShortEndDate | html %]
[% RenderBlockEnd("SignerCertificates") %]
[% RenderBlockEnd("Overview") %]