写在前面的简言: 为什么使用Let’s Encrypt 因为免费 就这么简单。。
免费 但是又有3个月的有效期限制
所以就有自动续期的需求了
前提是服务域名与你的服务器(AWS/阿里/腾讯/等等) 解析连接(这一步不会的, 其实很简单)
然后就是开始以下本文内容了!!
shellapt-get install certbot
shellyum install certbot
centos
可能出现的问题:No package certbot available. Error: Nothing to doshellsudo yum install epel-release
shellcertbot certonly --email 邮箱地址 --standalone -d open1024.xyz
-d
多个申请会将-d之后的域名申请证书 统一为一个共用证书
shellcertbot certonly --email 邮箱地址 --standalone -d open1024.xyz -d xxx.open1024.xyz -d zzz.open1024.xyz
安装netstat
shellsudo apt-get update sudo apt-get install net-tools sudo netstat -tulnp | grep :80
如果上述步骤执行完成 应该能够获取到证书 证书位置默认会给出
shellservice nginx start
本文作者:Freed
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!