RevealTheme logo

Verificatore di certificati SSL

Verifica il certificato SSL/TLS di qualsiasi dominio: ente emittente, date di validità e giorni alla scadenza.

Come usare questo strumento

  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.

Che cos'è il verificatore di certificati SSL?

Ogni sito HTTPS ha un certificato SSL che dimostra l'identità del server. I certificati scadono (Let's Encrypt: ogni 90 giorni; quelli commerciali: di solito ogni anno). Quando scadono senza essere rinnovati, i browser mostrano allarmanti avvisi di sicurezza. Questo strumento riporta l'ente emittente del certificato, le date di validità, i giorni rimanenti e i SAN (nomi alternativi del soggetto).

Casi d'uso comuni

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

Domande frequenti

Cosa faccio se mancano pochi giorni?
Lo rinnovi immediatamente. Let's Encrypt si rinnova automaticamente; i certificati commerciali richiedono il rinnovo manuale.
Cosa significa l'impronta digitale (fingerprint)?
Un hash crittografico del certificato, usato per rilevare manomissioni o sostituzioni del certificato.

Strumenti correlati