[% WRAPPER 'master_templates/master.tmpl' theme="yui"
breadcrumburl = '/scripts2/sslmanager'
extrastyle = '
textarea {
font-family: monospace;
}
.key-label,
.cert-label {
margin-top: 20px;
}
';
SET pem_height = 15;
SET parse_height = 15;
-%]
[% locale.maketext('Website [asis,SSL]/[asis,TLS] Resources') %]
[% locale.maketext('Website: [_1]', data.vhost.html()) %]
[% locale.maketext('User: [_1]', data.user.html()) %]
[% IF data.certificates -%]
[% FOR cert = data.certificates -%]
[% IF data.certificates.size > 1 %]
[% ELSE -%]
[% END -%]
[% IF loop.index == 0 -%]
[% END -%]
[% END -%]
[% ELSE -%]
[% locale.maketext('No [asis,SSL]/[asis,TLS] resources exist on this system for a website named “[_1]”.', data.vhost.html()) %]
[% END -%]
[% END #wrapper -%]