2019年10月4日的文章

Docker WordPress 使用 certbot 遇到的问题

Certbot 证书安装后还是提示不安全 浏览器显示证书为 Fake LE Intermediate X1 解决办法: 去掉 –stagging 添加 –server … certonly –webroot –webroot-path=/var/www/html –email [email protected] –agree-tos –no- eff-email –force-renewal -d linyqiang.com -d www.mingof.top –server https:

Docker WordPress + nginx + certbot 开启 HTTPS

使用 nginx 和 certbot 为 wordpress 开启 https 前段时间 wordpress 搭建完成,但是没有 https 总感觉少了点什么。由于 docker 还不熟悉,nginx 也不懂,前后折腾许久踩了很多坑,但是好在找到了一篇文章,很详细的描述了如何使用 docker-compose 来搭建 https 的 wordpress。 参考:https: