TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Easiest and least painful way of adding Lets Encrypt?

8 点作者 turshija超过 8 年前
I have a Debian box (LAMP) with some legacy PHP sites where I want to put Lets Encrypt SSL. What is the most painful way of doing that without disturbing any site that's currently running on it ? Is there any tool or script which does most of the job so that I don't have to fiddle a lot with Apache/PHP config and risk to break something ? Thanks

6 条评论

patmcc超过 8 年前
<a href="https:&#x2F;&#x2F;caddyserver.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caddyserver.com&#x2F;</a> - Caddy works pretty nicely, and you should be able to use it as a reverse proxy in front of apache.
codegeek超过 8 年前
Use this to get exact instructions for your setup:<p><a href="https:&#x2F;&#x2F;certbot.eff.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;certbot.eff.org&#x2F;</a>
stephenr超过 8 年前
Personally I use haproxy to forward all LE related requests to certbot in standalone mode.<p>My email is in my profile if you want to try this and need some help.
hackerboos超过 8 年前
You can use the certbot on your local machine and setup a txt record on the DNS of the domain.<p>Let&#x27;s Encrypt will verify ownership against that text entry.
Emc2fma超过 8 年前
Warning for anyone trying to add Lets Encrypt to GCP - absolute nightmare. Would not recommend.
评论 #13453436 未加载
kim0超过 8 年前
kube-lego for kubernetes is just awesome!