Question

- I want to Generate a Certificate Signing Request (CSR) and I use this command but it does not work

$ openssl req -new -key server.key -out server.csr -config openssl.cnf

Using confiquration from /usr/lib/ssl/openssl.cnf Enter pass phrase for ca.key: ca: ./demoCA/newcerts is not a directory ./de

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Use the command:

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

fill the details on command prompt as per your requirement.

I filled random details.

shyam@shyam:~/Downloads$ openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr Generating a 2048 bit RS

open the file server.csr

GNU nano 2.2.6 File: server.csr .---BEGIN CERTIFICATE REQUEST MIIDHTCCAgUCAQAwgaYxCzAJBgNVBAYTAkLOMRcWFQYDVIDA5BbmRocmEgUHJh

Add a comment
Know the answer?
Add Answer to:
- I want to Generate a Certificate Signing Request (CSR) and I use this command but it does not w...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • SEED Labs-PKI Lalb 2 Lab Tasks 2.1 Task 1: Becoming a Certificate Authority (CA) A Certificate Au...

    SEED Labs-PKI Lalb 2 Lab Tasks 2.1 Task 1: Becoming a Certificate Authority (CA) A Certificate Authority (CA) is a trusted entity that issues digital certificates. The digital certificate cert fes the ownership of a public key by the named subject of the certificate. A number of commercial CAs are treated as root CAs; VeriSign is the largest CA at the time of writing. Users wbo want to get digital certificates issued by the commercial CAs need to pay those...

  • could you please help me with this problem, also I need a little text so I...

    could you please help me with this problem, also I need a little text so I can understand how you solved the problem? import java.io.File; import java.util.Scanner; /** * This program lists the files in a directory specified by * the user. The user is asked to type in a directory name. * If the name entered by the user is not a directory, a * message is printed and the program ends. */ public class DirectoryList { public static...

  • So I can not get this to work properly and he does not want us using...

    So I can not get this to work properly and he does not want us using an array list. Below is the directions along with the code I have(Im not sure the code is in the right format)   ITSE 2321 – OBJECT-ORIENTED PROGRAMMING JAVA Program 7 – Methods: A Deeper Look Write a program that will help an elementary school student learn multiplication. Use a SecureRandom object to produce two positive one-digit integers. The program should then prompt the student...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT