LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Generating a CSR (https://www.linuxquestions.org/questions/linux-general-1/generating-a-csr-43524/)

shaggz 01-31-2003 10:03 AM

Generating a CSR
 
I was wanting to install an SSL cert on my server yet have never generated a CSR.

Im running RH 8.0 w/Apache2.0

Also using Open_SSL


Thanks for the help

shaggz 01-31-2003 11:56 AM

Nevermind got it.


# openssl genrsa -des3 -out a-domain-name.key 1024
# openssl rsa -noout -text -in a-domain-name.key
# openssl rsa -in a-domain-name.key -out server.key.unsecure
# openssl req -new -key a-domain-name.key -out server.csr


All times are GMT -5. The time now is 04:43 AM.