| View previous topic :: View next topic |
| Author |
Message |
cid
Joined: 07 Mar 2008 Posts: 1 Location: San Diego, CA
|
Posted: Fri Mar 07, 2008 4:53 pm Post subject: SSL - Certificate Installation |
|
|
I received my private SSL certificate and now need to install it on my website. I have searched the FAQ but not much there. The certificate provider recommends the following "Note: It is recommended that you make the directory that contains the private key file only readable by root."
Any recomendations where I should place my private key, since the certificate will reside there also. Or is there a process I need to follow that I have missed?
cheers _________________ Cid
www.bellavado.com
Avocado Oil |
|
| Back to top |
|
 |
haywardn
Joined: 29 May 2007 Posts: 3
|
Posted: Fri Nov 14, 2008 11:38 am Post subject: SSL Setup |
|
|
On a shared account we handle the SSL for you on the Apache end. The reason is it takes a privileged user to bind to port 443. So you will want to follow these instructions for generating you csr:
http://www.kattare.com/docs/faq_view/123
and you will want to get a crt for apache/apachessl.
If your application requires the ssl info you can requests a mod_jk connector which will pass the ssl information. |
|
| Back to top |
|
 |
|