<%- i18n('certificates', 'form-title', {provider: provider}) %>
<% if (provider === 'letsencrypt') { %>
<%- i18n('ssl', 'hosts-warning') %>
<% } else if (provider === 'other') { %>
<%- i18n('certificates', 'other-certificate-key') %>*
<%- i18n('certificates', 'other-certificate') %>*
<%- i18n('certificates', 'other-intermediate-certificate') %>
<% } %>