acmeproxy
acmeproxy copied to clipboard
Proxy server for ACME DNS challenges written in Go
Show additional logging when receiving signals like SIGINT (shutdown) and USR (reload)
Removes dh-systemd from dependancies, allowing build in newer OS versions. Closes #14
Get this error when trying to build in Debian 11: ``` dpkg-source --before-build . dpkg-checkbuilddeps: error: Unmet build dependencies: dh-systemd dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191126235420-ef20fe5d7933 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I updated the versions of packages to bring it up to acme v3 and go 1.21 for increased provider support I added the code to make raw mode work. I...