給我一個域名申請免費CA證書(寫得不好建議看我另一篇文章)
阿新 • • 發佈:2018-11-03
環境:虛擬機器Ubuntu18.04
一、安裝cerbot
二、開始生成
報錯:
再次嘗試:
報錯:
再次嘗試
第三步、解析
第四步、測試
第五步、繼續
總結:關鍵性的命令:
[email protected]:/var/log/letsencrypt# certbot --manual -d *.uscwifi.cn -d uscwifi.cn --agree-tos --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory certonly
宣告一下:失敗的原因是一直找不到cname解析,可能要多等一會兒,不要著急!就用上面的命令即可
失敗的命令:
[email protected]:/var/log/letsencrypt# certbot --manual -d *.uscwifi.cn -d uscwifi.cn --agree-tos --manual-public-ip-logging-ok --preferred-challenges http --server https://acme-v02.api.letsencrypt.org/directory certonly