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 | time:"2006-01-02 15:04:05 MST" }} {{ res.Status.String() }}