Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-08-2005, 02:11 PM   #1 (permalink)
 
Newb Techie

Join Date: Aug 2005

Posts: 3

sonu

Default newbie, kindly advice. Re: Setting up CA

I am trying to set it a basic CA to use in some of our test projects on Redhat 9.0. I am new to this and have never done this before, but based on some links and howtos which provided the steps, I did a few things.

Firstly on the client I generated a request as such,
openssl req -newkey rsa:1024 -keyout client001privkey.pem -keyform PEM -out client001req.pem -outform PEM -nodes
and sent it to the server

On the server side, I did the following,
Firstly, I created a root certficate as such.
openssl req -x509 -newkey rsa -out cacert.pem -outform PEM -days 10000
then, I signed the certificate as such,
openssl ca -in client001req.pem -notext -out client001cert.cert

All that worked great (and the links I followed did not go beyond this!!), but now I am not sure about the following in Redhat 9.0
- how do I add the server key to the trusted root CA
- how do I add the signed certicate on the client

Also, could you provide any tips, personal preferences on where to maintain the private and public keys on the client and on
the server. A whereis on openssl on all my RH9 machines normally returns,
openssl: /usr/bin/openssl /usr/include/openssl /usr/share/man/man1/openssl.1ssl.gz
There are also the following files/directories,
CA cert.pem certs lib misc openssl.cnf private
in /usr/share/ssl/

Please advice.
Thanks.
sonu is offline  
Old 08-22-2005, 12:30 PM   #2 (permalink)
 
Newb Techie

Join Date: Aug 2005

Posts: 3

sonu

Default Kindly reply

I am extremely sorry, if this question was toooo stupid. But someone atleast tell me why this question is sooo stupid ???
Thanks.
sonu is offline  
Old 08-23-2005, 09:50 AM   #3 (permalink)
 
True Techie

Join Date: Mar 2005

Posts: 248

shuaibao

Send a message via ICQ to shuaibao Send a message via AIM to shuaibao Send a message via Yahoo to shuaibao
Default

Errr, not too stupid. I couldn't understand half of it because I am a security certificate n00b. *bump*
__________________
I have ADD that stands for Attention Defecit hey look a birdie!

<a href=\"http://www.shuaiking.org/\">www.shuaiking.org: my blog</a>
shuaibao is offline  
Old 08-23-2005, 01:56 PM   #4 (permalink)
 
Newb Techie

Join Date: Aug 2005

Posts: 3

sonu

Default

Phew: thats a relief. I am not so dumb after all.
Btw, are you saying that I should post this somewhere else then ??
Thanks a bunch.
sonu is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On