配置nginx支援https一定要先使用stop停止nginx然後重新代開不能使用reload
一:安裝letsencrypt
1.從git上轉殖下來
git clone
2.切換到letsencrypt中
cd letsencrypt/
執行以下的命令(a/c)
./certbot-auto certonly --standalone --email 郵箱 -d **
成功後返回結果
二:nginx配置
serverserver
}
配置nginx支援host以https的形式訪問
要想自己的網域名稱可以以 https 的形式訪問,那就需要配置自己的web伺服器,我使用的是nginx,所以在這裡談一下配置自己的nginx支援https 前期準備 1 要想使用此功能需要安裝nginx的ssl模組 該模組在編譯安裝nginx的時候使用 with http ssl module 引數...
Nginx從搭建到配置支援HTTPS
ububtu apt get install build essential apt get install libtoolcentos yum y install gcc automake autoconf libtool make yum install gcc gcc c 進入安裝目錄 cd ...
nginx安裝部署 支援https
以下是基本環境清單列表 軟體名稱 版本號 說明資訊 linux centos 6.7部署機器只需為linux系統即可,無嚴格要求 該步驟使用root使用者直接安裝即可,系統必須 yum能使用。yum y install gcc automake autoconf libtool make yum y...