Link Tools Dereferer Hide Referrer Link URL Shortener Affiliate Cloaker PayPal Links PayPal DonationPayPal Links Privacy Tools Password Generator Cloudflare Resolver My Referrer Torrent Tools Magnet → Torrent Torrent → Magnet Torrent Editor Pirate Bay Proxies Movierulz Proxies ExtraTorrent Proxies Dev Tools Base64 Encoder Hash Generator HTTP Headers Disposable Email Checker Company Blog About Us Contact Anonymize Free
Tutorials

CSR Generator: How to Create a Certificate Signing Request Online

JAY
Author
May 20, 2026 ·2 min read ·3 views
CSR Generator: How to Create a Certificate Signing Request Online

Before you can get an SSL certificate from a Certificate Authority, you need to generate a Certificate Signing Request (CSR). The CSR is a block of encoded text containing your domain name, organisation details and public key. You submit it to the CA, they verify your domain, and issue your certificate.

The Anonymiz CSR Generator creates a CSR and private key pair in your browser — no command line or software installation required.

What Is in a CSR?

A CSR contains the fields that appear in your SSL certificate:

How to Generate a CSR

Enter your domain in the Common Name field. Add any additional domains in Subject Alternative Names separated by commas. Fill in organisation details if your CA requires them. Choose 2048-bit (standard) or 4096-bit (high security) key size. Click Generate CSR and Private Key.

The tool outputs two blocks. The CSR starts with -----BEGIN CERTIFICATE REQUEST----- — submit this to your CA. The private key starts with -----BEGIN PRIVATE KEY----- — this stays on your server and is never shared.

What to Do After Generating

  1. Copy the CSR and paste it into your CA portal (Lets Encrypt, DigiCert, Comodo, ZeroSSL etc.)
  2. Save the private key securely on your server — you need it when installing the certificate
  3. Complete domain verification with your CA
  4. Download and install the issued certificate alongside the private key
  5. Use the Certificate Key Matcher to verify they match before restarting your server

CSR Security Tips

Never share your private key. If you suspect it was compromised, generate a new CSR immediately and request a replacement certificate. For maximum security, generate your CSR directly on the server using OpenSSL: openssl req -new -newkey rsa:2048 -nodes -keyout private.key -out request.csr

The free CSR Generator supports domains, wildcards, SANs and 2048 or 4096 bit key sizes. No signup required.

# Tutorials
Share on X
Rate this article
Your rating is stored anonymously. You can rate once per post.
Written by
JAY
Writer at Anonymiz

Related Articles

CSR Decoder: How to Read and Audit a Certificate Signing Request
May 20, 2026 · JAY
How to Generate a CSR and Private Key Online — Free CSR Generator
May 20, 2026 · JAY
SSL Certificate Tools: The Complete Guide to CSR Generation, Checking and Converting
May 20, 2026 · JAY
← Back to Blog
Done!