FireLens Admin

CA Certificate Management

Upload trusted CA certificates to verify SSL/TLS connections to firewalls. When certificates are uploaded, they replace the system CA bundle for all firewall connections with verify_ssl: true.

Total {{ stats.total }}
Valid {{ stats.valid }}
Expiring Soon {{ stats.expiring_soon }}
Expired {{ stats.expired }}
{% if certificates %} {% for cert in certificates %} {% endfor %}
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] }}...
{% else %}

No CA certificates uploaded yet.

Upload CA certificates to enable SSL verification for firewalls with self-signed or private CA certificates.

{% endif %}