CentOS:安装Let's Encrypt证书:修订间差异
imported>Soleverlee 无编辑摘要 |
imported>Soleverlee 无编辑摘要 |
||
第10行: | 第10行: | ||
<source lang="bash"> | <source lang="bash"> | ||
./certbot-auto renew | ./certbot-auto renew | ||
./certbot certificates | |||
</source> | </source> | ||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2017年2月12日 (日) 01:50的版本
在CentOS上支持Let's Encrypt的ssl证书、参见https://certbot.eff.org/#centos6-apache。如果是其他环境,可以在https://certbot.eff.org/寻找合适的方法。
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto
根据提示执行即可。证书每3个月会失效,到期时需要更新证书:
./certbot-auto renew
./certbot certificates