Categoría
Certificados y PKI
Todas las herramientas y artículos de esta categoría, reunidos en un solo lugar.
Herramientas
ACME dns-01 TXT computer
Compute the TXT record for an ACME dns-01 challenge, from the token and account key.
Decodificador de certificados X.509
Pega un certificado en PEM, base64 o hex para leer su sujeto, emisor, ventana de validez, clave pública y extensiones v3, con huellas SHA-256 y SHA-1. Se ejecuta por completo en tu navegador.
Decodificador de CSR
Decodifica una solicitud de firma de certificado PKCS#10 para leer su sujeto, clave pública, SAN y extensiones solicitados, y atributos; todo en tu navegador.
Let's Encrypt rate-limit planner
Plan certificate issuance for a set of hostnames: group them by registered domain and see how they map onto Let's Encrypt's rate limits.
Planificador de renovación de certificados
Calcula la validez de un certificado TLS, si cumple el calendario de 47 días del CA/Browser Forum, y la cadencia de renovación que implica; todo sin conexión.
Artículos
Anatomía de un Certificado X.509
Qué vive dentro de un certificado TLS, cómo se estructuran los bytes ASN.1/DER, qué controlan en realidad las extensiones v3, y por qué decodificar un certificado no es lo mismo que confiar en él.
LeerPEM, DER y los formatos de archivo de certificado
Por qué el mismo certificado viene en tantas formas de archivo, qué son PEM y DER en realidad, y qué contienen realmente .crt, .pem, .pfx y .p12.
LeerSolicitudes de firma de certificado y cómo se emiten los certificados
Qué contiene una CSR, por qué tu clave privada nunca deja tu máquina, cómo una CA valida y emite, y cómo ACME automatiza todo el intercambio.
LeerCómo funciona en realidad la validación de certificados
Los pasos que un cliente ejecuta para decidir que un certificado es confiable: construir la cadena, comprobar firmas y fechas, casar el nombre e imponer restricciones.
LeerRevocación de certificados: CRL, OCSP y certificados de vida corta
Por qué un certificado a veces necesita ser cancelado antes de expirar, por qué los sistemas clásicos de revocación funcionan mal, y por qué la industria está encogiendo los tiempos de vida de los certificados en su lugar.
LeerAuthority Information Access: The OCSP and CA Issuers URLs
The AIA extension carries two kinds of pointer: where to ask whether a certificate is revoked (OCSP) and where to fetch the issuer's own certificate (CA Issuers). What each is for, why they are easy to confuse, and what the inspector shows.
LeerOCSP Must-Staple: Closing the Soft-Fail Gap
Real-time OCSP checking has a fatal weakness: when the responder is unreachable, clients usually proceed anyway. OCSP stapling and the Must-Staple flag are the fix. What the TLS Feature extension declares, and the operational risk it carries.
LeerACME: how certificates issue and renew themselves
How the ACME protocol automates certificate issuance end to end: the account, the order, the three challenge types, the dns-01 record you publish, and the finalize-and-download step that produces the certificate.
LeerThe 47-day era: how TLS certificate lifetimes are shrinking
The CA/Browser Forum's SC-081v3 schedule takes maximum public TLS validity from 398 days down to 47 by 2029, in three steps. What the phases are, why 47, and what it does to renewal volume.
LeerCertificate validity windows: notBefore, notAfter, and renewal lead time
How a certificate's lifetime is defined by two timestamps, how that length is measured against the cap, why validity is not the same as time remaining, and how to choose a renewal lead time.
LeerLet's Encrypt: the free CA and its rate limits
What Let's Encrypt is, why its certificates are short-lived, and how its rate limits actually work: the per-registered-domain and per-account limits, the exact-set and authorization-failure limits, and why ARI renewals are exempt from all of them.
LeerDCV and SII reuse: the validation cadence behind the renewal cadence
Issuing a certificate means proving domain control and, for OV/EV, organization identity. SC-081v3 shrinks how long those proofs can be reused — DCV to 10 days by 2029 — which reshapes renewal as much as validity does.
LeerRenewing before expiry: lead time, ACME, and ARI
Why late renewal causes outages, how ACME automates issuance and renewal, how the ARI extension lets a CA steer the renewal window, and how to pick a lead time that leaves room to retry.
LeerPublic vs private PKI: which certificates SC-081v3 governs
The 47-day schedule binds publicly trusted TLS certificates only. What separates public from private PKI, why internal CAs are exempt, and how to read the planner's compliance verdict for an internal certificate.
Leer