您好,登錄后才能下訂單哦!
通過Let' s Encrypt進行免費https證書申請
安裝certbot
yum install epel-release -y
yum install certbot
certbot certonly -d *.test.com --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory
完成后會顯示域名所在目錄
4、自動續(xù)期
echo "0 0,12 * * * root python -c 'import random; import time; time.sleep(random.random() * 3600)' && certbot renew" | sudo tee -a /etc/crontab > /dev/null
默認到期前30天續(xù)期,如果不滿足可手動配置
/etc/letsencrypt/renewal/test.conf
5、證書清理
如果不想要了或者其他原因需要清理,執(zhí)行以下命令即可
rm -rf /etc/letsencrypt/live/www.example.com/
rm -rf /etc/letsencrypt/archive/www.example.com/
rm /etc/letsencrypt/renewal/www.example.com.conf
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。