TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ACME Let's Encrypt client – binary releases, works like 'make'

83 pointsby davewongilliesover 9 years ago

8 comments

MatthewPhillipsover 9 years ago
I&#x27;ve converted several projects over to Caddy[1] and been very happy with it. Caddy is a web server with Let&#x27;s Encrypt integration built in. Your config can be as simple as:<p><pre><code> example.com { root path&#x2F;to&#x2F;root } </code></pre> And Let&#x27;s Encrypt will automatically be used. It&#x27;s amazingly simple.<p>I wonder if in the future we&#x27;ll see things like mod_acme that automate Let&#x27;s Encrypt into other servers.<p>[1] <a href="https:&#x2F;&#x2F;caddyserver.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caddyserver.com&#x2F;</a>
评论 #10685601 未加载
rchover 9 years ago
Shouldn&#x27;t something called Acme work more like mk than make?<p>Good work and good ideas though. I haven&#x27;t looked at the Python client, but it seems like there may be some valid points here.
luchsover 9 years ago
I&#x27;m a bit confused about the &quot;non-root support&quot; -- the (somewhat lengthy) setup manual absolutely seems to require root to set up users and directories in the root filesystem.<p>In contrast, the official client can absolutely work without having root access. You can install it locally (pip install --user letsencrypt) and change all working directories to paths your user can write to using a configuration file.
评论 #10685282 未加载
评论 #10685255 未加载
dujiulun2006over 9 years ago
I wouldn&#x27;t use pre-compiled binaries when it comes to certificates...<p>I would read the source code and compile ($ go build) it.
评论 #10685556 未加载
Sir_Cmpwnover 9 years ago
I&#x27;m curious - why is the LISTEN option only useful in development?
评论 #10685254 未加载
MatthewWilkesover 9 years ago
The official let&#x27;s encrypt client will happily not modify your configuration, too. I don&#x27;t understand why being distributed as a binary is important.
anon1mousover 9 years ago
I don&#x27;t understand. What is the purpose of this tool?
doczoidbergover 9 years ago
&#x27;Supports any web server<p>does this work with azure ASP.NET?
评论 #10685287 未加载