SSL wie klappts wirklich?

Irgendwelche Probleme mit XAMPP für Linux? Dann ist hier genau der richtige Ort um nachzufragen.

SSL wie klappts wirklich?

Postby ancoma » 17. May 2006 22:37

Hallo,
ich beiße mir hier fast die Zähne aus, kann mir jemand Schritt für Schritt erklären wie ich ein eigenes SSl Zertifikat für einen VHOSt einbinde?? :?: :?: :?: :?: BITTE BITTE BITTE

Ich hab emir unter https://cert.startcom.org ein eigenes Zertifikat erstellt,
und nun meine VHOST Eintrag soweit vorbereitet,


<VirtualHost *:80>
ServerAdmin webmaster@meine-domain.de
DocumentRoot /opt/lampp/htdocs/meine-domain
ServerName www.meine-domain.de
ServerAlias www
ErrorLog logs/www.meine-domain.de-error_log
CustomLog logs/www.meine-domain.de-access_log common
</VirtualHost>

<VirtualHost www.meine-domain.de:443>
ServerAdmin webmaster@meine-domain.de
DocumentRoot /opt/lampp/htdocs/meine-domain
ServerName www.meine-domain.de
ServerAlias www
SSLEngine On
SSLCertificateFile /opt/lampp/etc/ssl.crt/meine-domain.crt
SSLCertificateKeyFile /opt/lampp/etc/ssl.key/meine-domain.key
ErrorLog logs/www.meine-domain.de-error_log
CustomLog logs/www.meine-domain.de-access_log common
</VirtualHost>

aber egal wie, es funkt nicht..

hat jemand vielleicht ein kurzes TUT od. HOWTO ??

Viele Grüße,
Jens
ancoma
 
Posts: 26
Joined: 14. March 2006 21:51
Location: Freiburg

Return to XAMPP für Linux

Who is online

Users browsing this forum: No registered users and 23 guests