RevealTheme logo

Comprobador de Certificados SSL

Comprueba el certificado SSL/TLS de cualquier dominio: emisor, fechas de validez y días hasta la caducidad.

Cómo usar esta herramienta

  1. 1

    Type a domain or URL into the input box, for example example.com or https://example.com.

  2. 2

    Click Analyze to open a TLS connection to that host on port 443 and fetch its certificate.

  3. 3

    Read the subject and issuer panels, then check the Valid from, Valid to, and Days remaining boxes.

  4. 4

    Scan the SAN line to confirm the certificate actually covers the hostname you queried.

¿Qué es el Comprobador de Certificados SSL?

Todo sitio HTTPS tiene un certificado SSL que prueba la identidad del servidor. Los certificados caducan (Let's Encrypt: cada 90 días; comerciales: normalmente cada año). Cuando caducan sin renovarse, los navegadores muestran advertencias de seguridad alarmantes. Esta herramienta informa del emisor del certificado, las fechas de validez, los días restantes y los SAN (nombres alternativos del sujeto).

Casos de uso comunes

  • Confirm a newly issued or renewed certificate is actually live on the server before announcing a launch.

  • Catch a certificate that is within 30 days of expiry (the tool flags it in red) so you can renew before users hit warnings.

  • Verify the SAN list includes every subdomain you serve, such as www and api, after editing a multi-domain cert.

  • Check which Certificate Authority signed a third-party or vendor endpoint you depend on.

  • Spot-check that an automated renewal job (for example Let's Encrypt via certbot) actually swapped in the new certificate.

  • Read the exact valid-from and valid-to timestamps when debugging a clock-skew or not-yet-valid certificate error.

Preguntas frecuentes

¿Qué hago si quedan pocos días?
Renuévalo de inmediato. Let's Encrypt se renueva automáticamente; los certificados comerciales requieren renovación manual.
¿Qué significa la huella digital (fingerprint)?
Un hash criptográfico del certificado, usado para detectar manipulaciones o sustituciones del certificado.

Herramientas relacionadas