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.

Should Caddy and Traefik Replace Certbot?

6 pointsby RyeCombinatorover 1 year ago

1 comment

schoenover 1 year ago
Another thing we hoped for when we started writing Certbot was that there would be official ACME client support in web servers. Caddy does that. There&#x27;s also an experimental Apache module that does that.<p><a href="https:&#x2F;&#x2F;httpd.apache.org&#x2F;docs&#x2F;2.4&#x2F;mod&#x2F;mod_md.html" rel="nofollow">https:&#x2F;&#x2F;httpd.apache.org&#x2F;docs&#x2F;2.4&#x2F;mod&#x2F;mod_md.html</a><p>So another path toward making Certbot more obsolete would be having stuff like mod_md be officially supported in web server applications by default.<p>Maybe we could also imagine someone making a distribution of nginx that bundles Traefik or another reverse proxy and configures both via the same configuration file (!?!?!).