{% set sslStats = sslStats|default({ total: 0, valid: 0, expiring: 0, expired: 0, invalid: 0, issues: 0 }) %} {% set sslCertificates = sslCertificates|default([]) %} {% set sslMonitoringEnabled = domain.ssl_monitoring_enabled|default(0) %} {% set rootCertificate = sslCertificates|filter(cert => cert.is_root)|first %}
This domain is not checked by the SSL cron. Enable it in Edit to monitor the root certificate and tracked SSL endpoints.
Enable SSL monitoring in EditTrack the default root certificate and any monitored HTTPS endpoints, including custom ports.
Total
{{ sslStats.total }}
Valid
{{ sslStats.valid }}
Expiring
{{ sslStats.expiring }}
Expired
{{ sslStats.expired }}
Invalid
{{ sslStats.invalid }}
No certificates match the current filter
Try a different search term or status filter.
{{ certificate.is_trusted ? 'Trusted certificate' : 'Certificate issue detected' }}
{{ certificate.issuer_name|default('Unknown issuer') }}
{% if certificate.issuer_organization and certificate.issuer_organization != certificate.issuer_name %}{% if certificate.is_self_signed %} Self-signed {% elseif certificate.is_trusted %} Trusted {% else %} Not trusted {% endif %}
Error details
{{ certificate.last_error }}
No SAN entries recorded.
{% endif %}Start with the root domain on port 443, or add specific hosts and custom HTTPS ports you want to monitor.