Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 4 Go acme-client Projects
-
You could just get a wildcard certificate with lets encrypt, via a dns challenge.
E.g. lego supports many different dns providers
https://go-acme.github.io/lego/
And then internally inside of tailscale you could have your own dns server, which serves subdomains of your domain, and for all subdomains you can use the same wildcard certificate.
This also does not 'expose' your subdomains on Certificate Transparency logs
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Project mention: Ask HN: What was an interesting project you started and finished over a weekend? | news.ycombinator.com | 2024-04-06
I built a tool that generates and renews letsencrypt certs, automatically verifies via dns, and uploads to your destination (for example, a load balancer.)
https://github.com/poundifdef/certmaster
I want to turn it into a service but haven’t gotten any feedback that people want it!
-
Go acme-client discussion
Go acme-client related posts
-
Show HN: Certmaster – Automatically issue and install Let's Encrypt certificates
-
Where do you get/setup certificates from for your https/ssl?
-
LeGo CertHub v0.9.0 with Docker Support
-
My first golang home project
-
acmez 1.0: Premier ACME client library for Go
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Dec 2024
Index
What are some of the best open-source acme-client projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | lego | 8,090 |
2 | acmez | 284 |
3 | certmaster | 81 |
4 | sslmgr | 26 |