CSR Generator

Generate CSR certificates online.

CSR Certificate Generator

Description

CSR Generator creates Certificate Signing Requests for SSL/TLS certificates with customizable key sizes and subject information.

Use Cases

1

Web security: Generate CSRs for SSL certificates

2

Server setup: Create CSRs for HTTPS configuration

3

Email security: Generate CSRs for email certificates

4

Code signing: Create CSRs for code signing certs

5

Development: Test certificate workflows

Instructions

1

Fill in the subject information (CN, O, OU, etc.)

2

Select the key algorithm (RSA or ECDSA)

3

Choose the key size

4

Generate the CSR and private key

5

Submit the CSR to a Certificate Authority

Notes

  • RSA 2048-bit is the minimum recommended key size
  • ECDSA keys are smaller and faster than RSA
  • The private key should never be shared
  • CN (Common Name) should match your domain name

FAQ

Q

What is a CSR?

A

A Certificate Signing Request contains your public key and identity information, used to request an SSL certificate from a CA.

Q

Should I share my private key?

A

Never share your private key. Only the CSR (public key + info) is sent to the Certificate Authority.