Total
{{ stats.total }}
Valid
{{ stats.valid }}
Expiring Soon
{{ stats.expiring_soon }}
Expired
{{ stats.expired }}
{% if certificates %}
{% else %}
{% endif %}
| Status | Subject | Issuer | Expires | Fingerprint (SHA256) | Actions |
|---|---|---|---|---|---|
| {% if cert.is_expired %} Expired {% elif cert.days_until_expiry <= 30 %} {{ cert.days_until_expiry }}d left {% else %} Valid {% endif %} {% if cert.is_ca %}CA{% endif %} | {{ cert.subject }} | {{ cert.issuer }} | {{ cert.not_after[:10] }} | {{ cert.fingerprint_sha256[:23] }}... |
No CA certificates uploaded yet.
Upload CA certificates to enable SSL verification for firewalls with self-signed or private CA certificates.
