RevealTheme logo

Verificador de Certificados SSL

Verifique o certificado SSL/TLS de qualquer domínio: emissor, datas de validade e dias até o vencimento.

Como usar esta ferramenta

  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.

O que é o Verificador de Certificados SSL?

Todo site HTTPS tem um certificado SSL que comprova a identidade do servidor. Os certificados vencem (Let's Encrypt: a cada 90 dias; comerciais: normalmente a cada ano). Quando vencem sem serem renovados, os navegadores exibem avisos de segurança alarmantes. Esta ferramenta informa o emissor do certificado, as datas de validade, os dias restantes e os SAN (nomes alternativos do titular).

Casos de uso comuns

  • 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.

Perguntas frequentes

O que faço se restarem poucos dias?
Renove-o imediatamente. O Let's Encrypt renova automaticamente; os certificados comerciais exigem renovação manual.
O que significa a impressão digital (fingerprint)?
Um hash criptográfico do certificado, usado para detectar adulterações ou substituições do certificado.

Ferramentas relacionadas