$devtoolkit.sh/tools/csr-generator

CSR Generator

Fill in your details and get a ready-to-run openssl command to generate a CSR and key.

Key size:

Related Tools

FAQ

What is a CSR used for?
A CSR is submitted to a Certificate Authority (CA) to request a signed SSL/TLS certificate. It contains your public key and subject fields.
What is the Common Name?
For TLS certificates the Common Name should be the fully qualified domain name (e.g. example.com or *.example.com for wildcard).
Why use openssl instead of browser-only?
Building a correctly signed PKCS#10 CSR requires ASN.1 DER encoding of the entire structure plus a signature. The openssl approach is reliable and universally accepted.

Fill in the certificate subject fields (Common Name, Organization, Country, State, Locality, Email) and optionally add Subject Alternative Names. The tool generates an RSA key pair using Web Crypto and produces a pre-filled openssl command you can run to create a properly signed CSR. Also shows the public key for reference.

/tools/csr-generatorv1.0.0