CentOS:安装Let's Encrypt证书:修订间差异

来自WHY42
imported>Soleverlee
无编辑摘要
imported>Riguz
无编辑摘要
 
第12行: 第12行:
./certbot certificates
./certbot certificates
</source>
</source>
如果新增了站点,譬如ubuntu下
<source lang="bash">
sudo certbot --apache
</source>
"Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA."
出现这个原因的话,升级一下certbot即可
[[Category:Linux/Unix]]
[[Category:Linux/Unix]]

2018年7月16日 (一) 08:21的最新版本

在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

如果新增了站点,譬如ubuntu下

sudo certbot --apache

"Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA." 出现这个原因的话,升级一下certbot即可