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