Certificate validation results
{% for host, res in results sorted %} {% if res.Status == certificateOK %} {% elif res.Status == certificateExpiresSoon %} {% else %} {% endif %} {% endfor %}
HostIssuerValid untilResult
{{ host }} {{ res.Certificate.Issuer.CommonName }} {{ res.Certificate.NotAfter }} {{ res.Status.String() }}