<% if (id === 'new') { %>
Request a new SSL Certificate
with Let's Encrypt
<% } else if (id > 0) { %>
<%- provider === 'other' ? nice_name : domain_names.join(', ') %>
<%- i18n('ssl', provider) %> – Expires: <%- formatDbDate(expires_on, 'Do MMMM YYYY, h:mm a') %>
<% } else { %>
None
This host will not use HTTPS
<% } %>