Fedora Core 5, Apache 2, OpenSSL & mod_ssl

Alles, was den Apache betrifft, kann hier besprochen werden.

Fedora Core 5, Apache 2, OpenSSL & mod_ssl

Postby Chakotay505 » 26. July 2006 13:12

Hallo,

ich habe ein Problem beim Installieren eines SSL Zertifikats.

Das Zertifikat besteht aus 3 Teilen, dem private key, dem Zertifikat selbst und dem bundle für die CA.

Die zugehörige Apache-Konfiguration (Domainname und IP durch xx ersetzt) sieht so aus:

Code: Select all
<VirtualHost xx.xx.xx.xxx>
        ServerAdmin xxx
        DocumentRoot /var/www/users/xxx/xxx/public_html
        ServerName xxx

        # SSL Certificate
        SSLEngine On
        SSLCertificateFile /etc/ssl/crt/xxx.crt
        SSLCertificateKeyFile /etc/ssl/crt/xxx.key
        SSLCACertificateFile /etc/ssl/crt/bundle.crt

        <Directory />
                php_admin_value open_basedir /var/www/users/xxx
                php_admin_flag save_mode on
                Order allow,deny
                Allow from all
                AllowOverride none
                Options SymLinksIfOwnerMatch
        </Directory>
</VirtualHost>


Wenn ich nun eine Seite über https aufrufe, erhalte ich ein Zertifikat von localhost.localdomain mit SomeOrganisation etc. gemeldet.
Die Zertifikate habe ich auch unter einem Windows-XAMMP getestet, da funktionieren sie.

Hat jemand eine Idee?
Chakotay505
 
Posts: 1
Joined: 26. July 2006 12:15

Return to Apache

Who is online

Users browsing this forum: No registered users and 153 guests