1、安裝外掛程式
yum -y install mod_ssl openssl
2、上傳證書
在/etc/httpd下建立cert資料夾,上傳申請到的第三方證書到此資料夾
test.key
test_chain.crt
test_public.crt
3、修改配置檔案
修改配置檔案/etc/httpd/conf.d/ssl.conf
# 預設專案目錄
documentroot "/var/www/html/test"
# 網域名稱埠
sslcertificatechainfile /etc/httpd/cert/test_chain.crt
4、重啟apache服務
# 或者
Centos7環境下的Apache配置與應用
1.安裝apache,使用yum系統完成 2.apache服務的啟動 重啟 關閉 在修改配置的完成,需要對此service先關閉,再啟動,也可以選擇重啟操作。命令如下 systemctl stop httpd.service 停止 systemctl start httpd.service 啟動 s...
Centos7環境搭建lnmp環境
原創 編譯安裝lnmp環境 準備軟體 nginx1.10.3 php 5.5.12 mariadb10.0.8 資料庫在此使用的yum安裝 一 yum安裝mariadb資料庫 yum y install mariadb 啟動資料庫 systemctl start mariadb 修改root密碼 g...
CentOS 7 環境搭建GitLab
gitlab是乙個基於 web 的 git 倉庫管理工具,使用開源許可證。官網 系統要求 支援的發行版 ubuntu,debian,centos,opensuse,red hat enterprise linux 請使用centos的包 scientific linux 請使用centos的包 or...