phpStudy環境安裝SSL證書教程(apache)

https://cloud.tencent.com/product/sslphp

此連接是檢測域名 證書的能夠檢測一下html

下面是證書配置 小白呢親測程序員

做爲PHP程序員,咱們必定要學會使用phpStudy環境集成包,PHPstudy用起來方便,快捷,對於剛入門的PHP初學者來講phpStudy是個好東西,我本文咱們就和你們分享一下phpStudy環境如何安裝SSL證書。apache

第一步:修改apache目錄下的httpd.conf配置文件網站

 

一、#LoadModule ssl_module modules/mod_ssl.so刪除行首的配置語句註釋符號「#」日誌

二、Include extra/httpd-ssl.conf 將這行的註釋的「#」去掉server

第二步編輯extra/httpd-ssl.conf文件,修改以下內容:htm

 

1.ServerName 後面改爲你的網站域名,能夠不帶端口號
DocumentRoot後面改爲網站路徑  //修改了文件結構要注意同步一下
SSLCertificateFile 後面改爲server.crt文件路徑
SSLCertificateKeyFile 後面改爲server.key文件路徑
SSLCertificateChainFile 後面改爲ca.crt文件路徑blog

ErrorLog 這行開頭的能夠註釋掉(前面加#號)
TransferLog 這行開頭的能夠註釋掉(前面加#號)
CustomLog 這行開頭的能夠註釋掉(前面加#號)ssl

2.phpstudy配置指定路徑訪問https(僅供參考,能夠不用)

RewriteEngine on

RewriteBase /

RewriteCond %{SERVER_PORT} !^443$

RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

第三步保存退出,並重啓Apache, 如有報錯或者沒法正常啓動,請看錯誤日誌。

以上就是phpStudy環境如何安裝SSL證書的整個過程。但願對你們有幫助,關於更多的相關問題你們能夠關注PHP中文網搜索哦!

 

後來又不行了,檢查httpd.conf裏最後有不少行

Include conf/extra/httpd-ssl.conf
Include conf/extra/httpd-ssl.conf
Include conf/extra/httpd-ssl.conf
Include conf/extra/httpd-ssl.conf
Include conf/extra/httpd-ssl.conf
Include conf/extra/httpd-ssl.conf

刪掉只留一個,重啓ok

原文出處:https://www.cnblogs.com/liyanyu520/p/10267396.html

相關文章
相關標籤/搜索