- 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"
Поиск SSLCertificateFile, SSLCertificateKeyFile , SSLCertificateChainFile в xampp\apache\conf\extra\httpd-ssl.conf
и установите
Код: Выделить всё
SSLCertificateKeyFile "conf/ssl.key/server.key"
Код: Выделить всё
SSLCertificateFile "conf/ssl.crt/certificate.crt"
Код: Выделить всё
SSLCertificateChainFile "${SRVROOT}/conf/ca_bundle.crt"
Теперь SSL успешно установлен и проверьте свой домен с помощью https://www.yourDomain.com
Подробнее здесь: https://stackoverflow.com/questions/798 ... ws-machine
Мобильная версия