This tool parses an SSL/TLS certificate you paste in PEM format and shows its subject, issuer, serial number, validity window, and whether it's expired or expiring soon — entirely in your browser.
To check a live website's certificate, use your browser: click the padlock icon → Connection is secure → Certificate → Details → Export, or run openssl s_client -connect example.com:443 -showcerts from a terminal. Paste the resulting PEM block (starting with -----BEGIN CERTIFICATE-----) here.
Not with this tool — it only parses a PEM you provide. Use HTTP Header Analyzer or your browser's own certificate viewer to inspect a live site's certificate first, then paste it here for detail.