So installieren Sie SSL für Ihre Domain per XAMPP auf einem Windows-RechnerPhp

PHP-Programmierer chatten hier
Anonymous
 So installieren Sie SSL für Ihre Domain per XAMPP auf einem Windows-Rechner

Post by Anonymous »

Sie erhalten diese Dateien von Ihrem SSL-Anbieter:
  • certificate.crt
  • server.key
  • ca_bundle.crt
SSL-Konfiguration durch Xampp-Server in Windows-Servern.
SSLCertificateKeyFile : "F:/xampp/apache/conf/ssl.key/server.key"
SSLCertificateFile : "F:/xampp/apache/conf/ssl.crt/certificate.crt"
SSLCertificateChainFile : "F:/xampp/apache/conf/ssl.crt/ca_bundle.crt"
Suche SSLCertificateFile, SSLCertificateKeyFile , SSLCertificateChainFile in xampp\apache\conf\extra\httpd-ssl.conf
und festlegen

Code: Select all

SSLCertificateKeyFile "conf/ssl.key/server.key"

Code: Select all

SSLCertificateFile "conf/ssl.crt/certificate.crt"

Code: Select all

SSLCertificateChainFile "${SRVROOT}/conf/ca_bundle.crt"
Hinweis: Starten Sie den Apache-Server einmal neu.
Jetzt ist SSL erfolgreich installiert und überprüfen Sie Ihre Domain mit https://www.yourDomain.com

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post