Let's Encrypt的ssl证书备忘
背景
初体验
安装certbox包
打开 https://certbot.eff.org/, 按提示找到合适的包。
直接安装
apt-get install certbot python-certbot-nginx
首次执行,申请证书
certbot --nginx
certbot certonly
再次执行,更新证书
certbot renew
打开 https://certbot.eff.org/, 按提示找到合适的包。
直接安装
apt-get install certbot python-certbot-nginx
certbot --nginx
certbot certonly
certbot renew