Frequently Asked Questions

Other Languages: Dansk Ελληνικά English Español Suomi Filipino Français Indonesian Italiano Japanese Korean Malay Bokmål Nederlands Polski Português - Brasil Português - Portugal Русский Svenska Thai Türkçe Українська Vietnamese Chinese Taiwan Chinese

Installing an SSL Certificate in Apache (CentOS)

Print this Article
Recently Updated: July 23, 2015 1:55 PM

After your certificate request is approved, you can download your SSL and intermediate certificate from within the SSL application. For more information see Downloading Your SSL Certificate. Both of these files must be installed on your Web server.

These instructions do not apply to Ubuntu servers running Apache.

Sie können das Zwischenzertifikat-Bundle auch aus dem Repository herunterladen.

So installieren Sie das SSL-Zertifikat und das Zwischenzertifikat

  1. Kopieren Sie Ihre SSL-Zertifikatdatei und die Zertifikat-Bundle-Datei auf Ihren Apache-Server. Auf dem Server sollte sich bereits eine Schlüsseldatei befinden, die beim Erstellen der Zertifikatanfrage entstanden ist.
  2. Locate the following directives in either your httpd.conf or ssl.conf file (which files you use depends on how you configured Apache). If one or more of them are currently commented out, uncomment them by removing the # character from the beginning of the line. Set the values of these directives to the absolute path and filename of the appropriate file, based on your version of Apache:
    Apache Version < 2.4.8
    Directive Path to Enter
    SSLCertificateFile Certificate file path
    SSLCertificateKeyFile Key file path
    SSLCertificateChainFile Intermediate bundle path
    Apache Version 2.4.8+
    Directive Path to Enter
    SSLCertificateFile Certificate file path
    SSLCertificateKeyFile Key file path
    SSLCACertificatePath Intermediate bundle path
  3. Speichern Sie Ihre Konfigurationsdatei und starten Sie Apache neu.

So starten Sie Ihren Web-Server neu

Der Neustart von Apache ist je nach Betriebssystem verschieden. Auf Unix-ähnlichen Plattformen (Linux, Solaris, HP-UX usw.) wird meist ein Skript zum Anhalten und Neustart des httpd-Daemons ausgeführt. Unter Windows wird in der Regel der Apache-Dienst in der Verwaltungskonsole der Dienste angehalten und neu gestartet. Bitte lesen Sie die Dokumentation des Betriebssystem-Herstellers oder die Apache-Dokumentation.

Ihr SSL-Zertifikat ist jetzt installiert. Bei Problemen lesen Sie bitte die Diagnose-Tipps unter Where can I get information about my SSL's configruation?.