Let’s Encrypt 申請 Wildcard 憑證

這篇是紀錄 Let’s Encrypt Wildcard 憑證 的申請步驟
主要是參考這裡來實做的

以下為執行步驟:

1.下載 CertBot
wget https://dl.eff.org/certbot-auto

1a.使之可執行
chmod +x certbot-auto

1b.
首次執行讓他安裝他需要的環境
./certbot-auto

2.手動申請憑證(不要讓他自動申請+安裝)
./certbot-auto certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d *.edesk.example.com -d edesk.example.com

2a.執行步驟 2 的時候會要求做 TXT record,這個部分我做了好幾次,不知道是要多次確認還是 DNS 查詢的問題

2b.步驟 2 結束後會產出憑證檔和司鑰檔

3.設定 apache 的 SSL

4.測試無誤後結束

留言