[%
IF has_ftp;
SET daemons_notice = locale.maketext('When the system processes a [output,abbr,TLS,Transport Layer Security] [output,abbr,SNI,Server Name Indication] request, the system serves a domain-specific certificate with all services except [output,abbr,FTP,File Transfer Protocol]. If no domain-specific certificate matches the [asis,SNI] request or if the client doesn’t send an [asis,SNI] request, the service uses its default certificate, which you can manage below.');
ELSE;
SET daemons_notice = locale.maketext('When a service receives a [output,abbr,TLS,Transport Layer Security] [output,abbr,SNI,Server Name Indication] request, the service tries to serve a certificate that matches that [asis,SNI] request. If no such certificate exists or if the client doesn’t send an [asis,SNI] request, the service serves its default certificate, which you can manage below.');
END;
-%]
[% PROCESS '_ssl_form_include.tmpl'
ssl_browse_html = ssl_browse_html,
ssl_form_top = ssl_form_top,
-%]
[% PROCESS 'sslinstall_include.tmpl' cert_browser_users = data.users -%]
[% PROCESS 'ssltable_include.tmpl' -%]
[% PROCESS '_ajaxapp_footer.tmpl' -%]
[% END #wrapper -%]