Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:51:08+00:00 2026-06-13T20:51:08+00:00

I want to generate the CSR file for requesting SSL (wildcard) certificate. This certificate

  • 0

I want to generate the CSR file for requesting SSL (wildcard) certificate. This certificate and private key will be used on multiple machines with both Apache and Nginx.

RapitSSL states the following commands for the different setups:

  • Nginx

    $ openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr

  • Apache Mod SSL

    $ openssl genrsa -des3 -out <private key file name>.key 2048

  • Apache-SSL

    $ openssl genrsa -des3 -out www.yourdomain-example.com.key 2048

Is there a way to generate a CSR that works with both Apache and Nginx?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:51:08+00:00Added an answer on June 13, 2026 at 8:51 pm
    • Apache Mod SSL

      $ openssl genrsa -des3 -out < private key file name>.key 2048

    • Apache-SSL

      $ openssl genrsa -des3 -out http://www.yourdomain-example.com.key 2048

    These two are obviously the exact same command, with a different way of writing the example name. They just generate the key pair, you’d need an additional req command to generate a CSR too.

    genrsa generates a key pair, and req generates a CSR. However, req can perform both operations at once when using -newkey.

    See OpenSSL req example documentation:

    Create a private key and then generate a certificate request from it:

    openssl genrsa -out key.pem 1024    
    openssl req -new -key key.pem -out req.pem
    

    The same but just using req:

    openssl req -newkey rsa:1024 -keyout key.pem -out req.pem
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to generate a X509 v3 certificate using a CSR (RFC2986), but the
I want to generate a self signed trusted certificate and a csr and sign
I want to generate a bar graph from from a csv file my data
I want to generate some random IP Address. But evertime this generateIPAddress function returns
I want to generate this: <x:MyControl id=a runat=server> <Scripts> <x:MyScript .. /> </Scripts> </x:MyControl>
I want to generate checkbox field using GridView and system will calculate how many
I want to generate multiple divs in a specified area. I want to load
I want to generate incremental receipt numbers like this format 00000001. Every time new
The creation of a CSR will prompt Keychain Access to simultaneously generate a public
I want generate PDF File with an image. The image name from database and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.