[% USE Whostmgr; SET safe_hosts = []; FOR host = domains; SET safe_host = host.html(); safe_hosts.push(safe_host); END; SET safe_host = locale.list_and( safe_hosts ); %] [% WRAPPER 'master_templates/master.tmpl' breadcrumburl = '/scripts2/gencrthtml' theme="bootstrap" %] [% IF !data.status; %]
[% data.message FILTER html %]
[% locale.maketext('The system has successfully generated the [output,acronym,CSR,Certificate Signing Request] and private key for “[output,strong,_1]”. The system also generated a self-signed certificate that you can temporarily use until you receive a signed certificate from your SSL certificate vendor.', safe_host) %]
[% IF data.email_message %][% data.email_message %]
[% END %] [% END %] [% END %]