letsencrypt安装的坑

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

这里记录下我踩的坑

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

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

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

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

https://certbot.eff.org/docs/using.html

http://letsencrypt.readthedocs.io/en/latest/using.html

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

https://thecustomizewindows.com/2016/09/update-letsencrypt-to-certbot-ubuntu-letsencrypt-16-04-error-fix/

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04#step-1-install-let’s-encrypt-client

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

你可能感兴趣的:(基础知识)