Yes Correct! On Thu, May 7, 2009 at 1:50 PM, Melanie Pfefer <melanie_pfe...@yahoo.co.uk>wrote:
> > Hi > > Let’s start from 0: > > I am following http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html to create > a real certificate. > openssl genrsa -des3 -out server.key 1024 > openssl req -new -key server.key -out server.csr > > now I need to send server.csr to the root CA to sign it. I should expect a > certificate called server.crt. Correct? > > Then I use this server.crt and the server.key in apache. Correct? > > Thank you > > > > --- On Thu, 7/5/09, Davide Bianchi <dav...@walterisookeensufferukker.nl> > wrote: > > > From: Davide Bianchi <dav...@walterisookeensufferukker.nl> > > Subject: Re: [us...@httpd] ssl on apache > > To: users@httpd.apache.org > > Date: Thursday, 7 May, 2009, 11:10 AM > > Melanie Pfefer wrote: > > > Hi, > > > > > > I had an official signature from the root CA. > > > > > > Now how to generate the server.key and server.crt? > > > > If you have a 'key' that is used to sign the certificate, > > simply use > > THAT key to sign the certificate instead of using the key > > you generated > > yourself. > > > > Otherwise, please explain what you have. > > > > > > -- > > If you want to travel around the world and be invited to > > speak at a lot > > of different places, just write a Unix operating system. > > -- Linus Torvalds > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP > > Server Project. > > See <URL:http://httpd.apache.org/userslist.html> for more > > info. > > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > > " from the digest: users-digest-unsubscr...@httpd.apache.org > > For additional commands, e-mail: users-h...@httpd.apache.org > > > > > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Prasanna Ram