acmeproxy
acmeproxy copied to clipboard
Proxy server for ACME DNS challenges written in Go
Hi! Have you looked at using [libdns](https://github.com/libdns/libdns) over lego for solving the dns challenge? It's the same library as `certmagic` uses so you're already depending on it. :D
Hi, I am getting the following error when I try and request a cert using acme.sh/dns_acmeproxy > acmeproxy Provider does not support requested mode mode=default provider=azure I have created two...
A lot of the issues with unsupported RAW modes seem to come from the version of lego used in acmeproxy. Could you please update the dependencies to a more recent...
Hi, I'm trying to setup acmeproxy for a project of mine. We are using Hetzner for DNS and I'm hitting: `[Oct 26 13:03:53] DEBUG present: x.x.x.x: Provider does not support...
Acme proxy fails if the Azure Environment variable "AZURE_ENVIRONMENT" is set to anything. The following error happens. FATAL Unable to setup a valid DNS provider: autorest/azure: There is no cloud...
##accidental issue :-D sry
As per title, as a complete newbie to Go, which is only interested in running the binary result of this project, I have absolutely no idea and I feel at...
Currently the config file is mandatory. As acmeproxy can be configured through commandline arguments as well, it should be made optional instead.
I'll submit a PR if I do end up using acmeproxy. ;) Being able to plug a different cert storage option[1] (s3, consul, etc.) would be helpful. I'm currently using...
Make it easier to diagnose issues