certbot安裝https證書

2021-10-01 16:41:38 字數 825 閱讀 4384

獲取certbot客戶端

wget 

chmod a+x certbot-auto

停止nginx伺服器

service nginx stop

獲取證書

#--email [email protected]是通知郵箱,如果過期提醒等,-d m.xx.com是申請https證書的網域名稱,xx.com是一級網域名稱

./certbot-auto certonly --standalone --email [email protected] --agree-tos -d m.xx.com

配置nginx ssl服務

server 

}server

#如果需要把http強制轉換為https,需要配置以下內容

if ( $host = m.xx.com )

}

netty配置長連線

server 

}

啟動nginx伺服器

service nginx start

檢視所有證書

certbot-auto certificates

更新所有證書

certbot-auto renew

撤銷指定證書

./certbot-auto revoke --cert-path /etc/letsencrypt/live/m.xx.com/cert.pem

使用certbot工具製作https證書

sudo certbot nginxwget chmod a x certbot auto certbot audo 自動更新證書 certbot使用的是let s encrypt證書,雖然是免費的,但是90天就會過期,certbot官網上也提示了需要乙個定時的指令碼進行證書的自動更新,certbo...

從letsencrypt申請https證書踩坑記

今天成功用let s encrypt 上搞定了https證書,整個過程參考這篇文章 結合本人在製作ssl證書的過程中踩的一些坑說一些注意點 整個流程如下 1.在伺服器上執行乙個程式獲取let s encrypt頒發的證書 2.配置nginx伺服器使用生成的證書 正文1.在伺服器執行乙個程式獲取let...

apache配置https使用阿里CA證書

除了阿里官方的教程說明之外,還需要新增虛擬主機配置如下 弄了半天總是是解決了 documentrot 路徑 servername www.xx.com c phpstudy phptutorial www youli options followsymlinks execcgi allowoverr...