[%# This template is sent when one or more websites are issued replacement certificates with reduced SSL coverage in the same run. 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'; PROCESS 'include/certificate_info_extended.tmpl'; PROCESS 'AutoSSL/includes/autossl_problems_table.tmpl'; PROCESS "SSL/includes/market_upgrade_options.tmpl"; SET NOTICE.email_reason = CPANEL.locale.maketext('[asis,AutoSSL] reduced [asis,SSL] coverage for [numf,_1] [numerate,_1,website,websites].', NOTICE.vhost_count); WRAPPER 'wrapper/main.html.tmpl'; %]
[% CPANEL.locale.maketext('[asis,AutoSSL] renewed certificates with reduced [asis,SSL] coverage for [numf,_1] [numerate,_1,website,websites], including “[_2]”.', NOTICE.vhost_count, NOTICE.first_vhost_name) %] [% CPANEL.locale.maketext('You must take action to keep [numerate,_1,this site,these sites] secure.', NOTICE.vhost_count) %]
[% CPANEL.locale.maketext('For the most current status, navigate to the “[output,url,_1,SSL/TLS Certificates]” interface. You can also exclude domains from future renewal attempts, which would cease future notifications.', NOTICE.ssl_tls_status_url) %]
[% FOR vhost_detail IN NOTICE.vhost_details %][% CPANEL.locale.maketext('[asis,AutoSSL] renewed this certificate with reduced coverage for “[_1]” because one or more domains failed [output,abbr,DCV,Domain Control Validation].', vhost_detail.vhost_name) %]
[% CPANEL.locale.maketext('[output,strong,Reason:] The replacement certificate excludes one or more domains because those domains failed [asis,DCV].') %] [% CPANEL.locale.maketext('[output,strong,Next action:] Resolve the [asis,DCV] failures and review “[output,url,_1,SSL/TLS Certificates]” to restore full certificate coverage.', NOTICE.ssl_tls_status_url) %]
[% IF vhost_detail.certificate %][% IF vhost_detail.remaining_time > 0 %] [% CPANEL.locale.maketext('The certificate expires on [datetime,_1,date_format_medium] at [datetime,_1,time_format_medium] [asis,UTC]. At the time of this notice, the certificate will expire in [comment,length of time for example 2 days and 1 second][_2].', 1 + vhost_detail.certificate.not_after(), vhost_detail.remaining_time_localized ) %] [% ELSE %] [% CPANEL.locale.maketext('The certificate expired on [datetime,_1,date_format_medium] at [datetime,_1,time_format_medium] [asis,UTC]. At the time of this notice, the certificate expired [comment,length of time for example 2 days and 1 second][_1] ago.', vhost_detail.remaining_time_localized.remove('^-') ) %] [% END %]
[% END %] [% IF vhost_detail.problems && vhost_detail.problems.size %] [% autossl_problems_table( autossl_problems=vhost_detail.problems, autossl_provider=NOTICE.autossl_provider, ssl_tls_status_url=NOTICE.ssl_tls_status_url ) %] [% END %] [% IF vhost_detail.missing_domains && vhost_detail.missing_domains.size %][% CPANEL.locale.maketext('The following [numerate,_1,domain,domains] lost [asis,SSL] coverage in the replacement certificate:', vhost_detail.missing_domains.size) %]
[% CPANEL.locale.maketext('The replacement certificate newly covers the following [numerate,_1,domain,domains]:', vhost_detail.added_domains.size) %]
[% CPANEL.locale.maketext('The certificate that is installed on this website contains the following properties:') %]
[% certificate_info_extended( certificate=vhost_detail.certificate ) %] [% market_upgrade_options( enabled_providers_count=NOTICE.enabled_providers_count, ssl_tls_wizard_url=NOTICE.ssl_tls_wizard_url, certificate=vhost_detail.certificate ); %] [% END %] [% IF vhost_detail.key_id %][% CPANEL.locale.maketext('The key ID for this certificate’s private key is “[_1]”.', vhost_detail.key_id) %] [% CPANEL.locale.maketext('Use the “[output,url,_1,SSL/TLS Certificates]” interface if you need to manage this key.', NOTICE.ssl_tls_manager_url) %]
[% END %] [% END %] [% END #wrapper %]