Tested tool guide
Tested browser tools
Checked August 16, 2026
What X.509 Certificate Builder does and how it behaves
Fill in a subject name, validity window, key usage flags, extended key usage OIDs, and one or more subject alternative names, and this tool assembles a full X.509 certificate structure and signs it with a freshly generated key pair, entirely inside your browser. It produces self-signed or test certificates, not ones chained to a trusted root. The detail people miss most: adding a Common Name is not enough for a server certificate. Modern browsers and most TLS clients only match hostnames against the SAN dNSName entries, so a certificate without a SAN block will fail hostname validation even if the CN looks correct.