PHPStudy 安裝SSL證書
創(chuàng)新互聯(lián)專業(yè)為企業(yè)提供分宜網(wǎng)站建設(shè)、分宜做網(wǎng)站、分宜網(wǎng)站設(shè)計、分宜網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計與制作、分宜企業(yè)網(wǎng)站模板建站服務(wù),十載分宜做網(wǎng)站經(jīng)驗,不只是建網(wǎng)站,更提供有價值的思路和整體網(wǎng)絡(luò)服務(wù)。
PHPStudy 安裝SSL證書
1.下載SSL證書并上傳到服務(wù)器
選擇 [Apache] , 點擊[下載SSL證書]
yourdomain.com.crt (服務(wù)器證書)
yourdomain.com.key (私鑰文件)如果為空請將生成CSR時保存的私鑰內(nèi)容粘貼在文件中
ca-bundle.crt (根證書鏈)
2. 先打開PHPStudy 的管理窗口, 點擊 其他選項 , 打開配置文件 , vhosts-conf
4. 建議將配置放在httpd.conf文件里面, vhosts.conf 添加站點配置文件會重寫,導(dǎo)致配置丟失。
<VirtualHost *:80>
DocumentRoot "D:phpStudyWWW"
ServerName demo.getssl.cn
ServerAlias
<Directory "D:phpStudyWWW">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
#建議將下面SSL配置 放在 httpd.conf文件中
Listen 443
<VirtualHost *:443>
DocumentRoot "D:phpStudyWWW"
ServerName demo.getssl.cn
ServerAlias
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCertificateFile d:/ssl/yourdomain.com.crt
SSLCertificateKeyFile d:/ssl/yourdomain.com.key
SSLCertificateChainFile d:/ssl/ca-bundle.crt
<Directory "D:phpStudyWWW">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
網(wǎng)頁標題:PHPStudy安裝SSL證書PHPStudy配置https證書教程
轉(zhuǎn)載注明:http://aaarwkj.com/article2/espjoc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、服務(wù)器托管、小程序開發(fā)、網(wǎng)站營銷、微信公眾號、網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)