setting up ssl

felosi

Verified User
Joined
Jun 17, 2006
Messages
152
Hi I recently done the ssl for direct admin to use ssl. However when I use ssl on my sites it still shows that demo apache key. How can I get my sites to use the same key I generated for the direct admin?
 
yeah I just got 2 ips for my server but I just wanna use a server wide cert, the one I made for direct admin.
 
felosi said:
Hi I recently done the ssl for direct admin to use ssl. However when I use ssl on my sites it still shows that demo apache key. How can I get my sites to use the same key I generated for the direct admin?

I already done that as I said. that key and ssl stuff only works for the direct admin. When I use ssl on m,y sites on the server I still get the snakeoil demo ssl. I was wondering how I could use that key for direct admin and replace that snakeoil key for regular sites.

You understand what Im trying to say? I want to be able to use the one I made as in that link you posted for the entire server, any https query.
 
Check your httpd.conf file; you'll need to find the entry for the container using 443.

That'll show you where apache is looking for the cert.

You can either put your newly created cert there, or you can change the code to point to the same place you put your cert.

Jeff
 
Back
Top