[%# Variables passed in: certificate - instance of Cpanel::SSL::Objects::Certificate vhost_name - the name of the vhost onto which the SSL cert is installed vhost_domains - the (sorted) list of domains that point to the vhost For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates -%] [% PROCESS "include/colors.tmpl"; PROCESS "include/styles.tmpl"; PROCESS 'include/zebra_table.tmpl'; PROCESS 'include/code_block.tmpl'; WRAPPER 'wrapper/main.html.tmpl'; NOTICE.email_reason = CPANEL.locale.maketext('[_1]: [asis,SSL] certificate installed!', NOTICE.vhost_name); %]
[% CPANEL.locale.maketext('The system has retrieved and installed an [output,abbr,SSL,Secure Sockets Layer] certificate that you ordered from “[_1]” in order “[_2]”, order item “[_3]”.', NOTICE.provider_display_name.html(), NOTICE.order_id.html(), NOTICE.order_item_id.html()) -%] [% CPANEL.locale.maketext('The certificate is now active on the website for the following domain names:') %]
[% CPANEL.locale.maketext('NOTE: “[_1]” marks domains that the newly-installed certificate does not include or secure. Visitors who access these domain names will see web browser security warnings.', '⛔') -%]
[% END -%] [% CPANEL.locale.maketext('The certificate has the following properties:') -%] [% MACRO distinguished_name BLOCK -%][% CPANEL.locale.maketext('The certificate’s [output,abbr,PEM,Privacy-Enhanced Mail] representation is included below:') -%]
[% code_block( formatted_code => '
' _ NOTICE.certificate.text() _ '' ) -%]