PDA

View Full Version : Problem with SSL


BeLuBehrens
26th May 2006, 00:01
Hallo!

I have a SSL Certifikate for my Domain. It runs very fine on a Server with Confixx.
Now I have a new Server with ISPConfig and I want to use my old Certifikate on this new Server with ISP.

The Problem is I have only the Private-Key (-----BEGIN RSA PRIVATE KEY---- ...) and the Zertifikat (CRT) (-----BEGIN CERTIFICATE-----...).
I don't now the basic Data because the Provider give me and installt the Certificate on the Confixx Server.
How can I run the Certificate under ISP???? :confused:

Mfg

falko
26th May 2006, 02:37
Do you want to use the certificate for the ISPConfig web interface, or for a web site you created with ISPConfig?

BeLuBehrens
26th May 2006, 13:06
I want to use the certificate for a web site. I create the Web with ISPConfig.
Now I have the KEY, CSR and CRT.

falko
26th May 2006, 17:00
I'd create an SSL certificate with ISPConfig. Afterwards go to that web site's ssl folder (e.g. /var/www/web1/ssl) and put the contents of your files in the appropriate file in that directory (back up those files before!). Then restart Apache.

BeLuBehrens
28th May 2006, 14:04
Thank you falko!
It works very fine.