nginx-install icon indicating copy to clipboard operation
nginx-install copied to clipboard

用Let's Encrypt官方的脚本配置nginx服务器添加https证书这块好像能够更方便些

Open wunluen opened this issue 6 years ago • 1 comments
trafficstars

https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx 用Let's Encrypt官方的脚本配置nginx服务器添加https证书这块好像能够更方便些; 安装的过程会有些坑,但是百度都能解决。 目前我用你的nginx脚本(https证书没有),然后修改为自己的域名和IP,然后运行这上面的命令,测试能够成功。 能不能自动续期还得再观察

wunluen avatar May 14 '19 09:05 wunluen

对于新安装的 Nginx,使用 LE 官方的 Certbot 软件确实更方便快捷(Ubuntu / Debian 源里有 python3-certbot-nginx 软件包可以直接用),配合 cron 可以自动续期。

如果使用 DNS 验证方式的话,自动续期这块需要自己多配点东西。

iBug avatar Mar 13 '20 03:03 iBug