- certificate.crt
- server.key
- ca_bundle.crt
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"
Jetzt ist SSL erfolgreich installiert und überprüfen Sie Ihre Domain mit https://www.yourDomain.com
Mobile version