letsencrypt安装的坑

时间:2025-03-04 14:42:57

折腾了两天的letsencrypt,最终也么有搞好,

这里记录下我踩的坑

前提:letsencrypt 是 certbot 的前身,所以若果是源码安装会自动的跳转到certbot

最大的坑:certbot要安装在公网上能访问到的域名,虚拟机上不能安装,这个是我踩的最大的坑

[原因参考]:/t/testing-on-a-local-machine/7971
这里的pfq是一个社区活跃者,经常能看到他的热心解答

这里有几个我查找资料时候感觉不错的链接:

/docs/

/en/latest/

我感觉不错的安装教程推荐:

/2016/09/update-letsencrypt-to-certbot-ubuntu-letsencrypt-16-04-error-fix/

/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04#step-1-install-let’s-encrypt-client

尽可能的从官网和官方论坛查找答案比较靠谱!