https://github.com/anderspitman/certgrabber
https://github.com/anderspitman/certgrabber
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anderspitman/certgrabber
- Owner: anderspitman
- Created: 2021-12-21T04:37:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T21:12:07.000Z (over 4 years ago)
- Last Synced: 2025-03-15T07:54:24.010Z (about 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
certgrabber is a thin wrapper around [certmagic][0]. It can be used to get
TLS certificates using the ACME protocol (ie LetsEncrypt, etc), similar to
certbot.
The main advantage of certgrabber is that it stores certs in the same location
and format as Caddy, [boringproxy][1], and any other tools based on certmagic.
This can be useful if you have a tool based on certmagic that doesn't support
the DNS challenge, which is currently the case for boringproxy. It lets you
get certs using the DNS challenge with certgrabber, and the certs can then
be used by boringproxy.
[0]: https://github.com/caddyserver/certmagic
[1]: https://github.com/boringproxy/boringproxy