在CentOS 7.2系统中利用Certbot工具配置Let's Encrypt通配符证书,所域名下所有的子域名都能方便的使用 https证书,而且完全免费。值得关注的是,Let's encrypt通配符证书只是针对二级域名,并不能针对主域名,如*.example.com和example.com被认为是两个域名,如果和我一样使用的是主域名,在申请的时候需要注意都要申请。 获取Certbot # 下载 wget https://dl.eff.org/certbot-auto # 设为可执行权限 chmod u+x certbot-auto 申请证书 执行以下命令 ./certbot-auto