SSL certificate viewer (PEM/CRT)

Paste an SSL certificate and extract validity, issuer, and subject CN domain.

{{ sslCertViewer.message }}

Overview

Great for quick certificate expiry troubleshooting and manual issuer-chain auditing.

Tool guide

  • O que é um certificado SSL/TLS Documento X.509 assinado por AC (Autoridade Certificadora) que vincula domínio e chave pública, usado no HTTPS para autenticação e criptografia.
  • O que a ferramenta manipula Certificado em formato PEM/CRT colado no textarea.
  • O que a ferramenta faz Extrai dados essenciais para diagnóstico: domínio (Subject CN), emissor (Issuer) e janela de validade (notBefore/notAfter).
  • Por que usar Conferência rápida de expiração, checagem de cadeia emissora e auditoria técnica sem precisar abrir comandos externos.

Example

-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.