获取免费证书¶ Let’s Encrypt是一个免费、非营利性的开放证书权威中心, 由互联网安全研究小组(ISRG)支持,签发的免费证书被各个主流浏览器认可。 任何域名持有人均可使用Let’s Encrypt申请免费证书来加密网站流量,公司、机构则建议付费获取OV、EV证书。 安装certbot¶ Bash1 2 3apt install -y python3 && pip3 install certbot certbot certonly --standalone -d doamin.com -d www.domain.com certbot renew 域名自行购买