Certificate validation results
{% for host, res in results sorted %} {% if res.Status == certificateOK %} {% elif res.Status == certificateExpiresSoon %} {% else %} {% endif %} {% endfor %}
HostIssuerValid untilResult
{% if res.Certificate %} {{ host }} {% else %} {{ host }} {% endif %} {% if res.Certificate %}{{ res.Certificate.Issuer.CommonName }}{% endif %} {% if res.Certificate %}{{ res.Certificate.NotAfter | time:"2006-01-02 15:04:05 MST" }}{% endif %} {{ res.Status.String() }}