zoraxy icon indicating copy to clipboard operation
zoraxy copied to clipboard

[ENHANCEMENTS] Please add go-acme provider corenetworks

Open heliax01 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Please add DNS challenge provider Core-Networks to Zoraxy. https://github.com/go-acme/lego/tree/master/providers/dns/corenetworks

Describe the solution you'd like I would like to request my certs via Core-networks DNS challenge.

heliax01 avatar Oct 26 '24 16:10 heliax01

@heliax01 I have just updated the lego versions in Zoraxy but corenetworks cannot be integrated due to dependencies issues. You can take a look at the v3.1.2 source code and if you have figure out a way to make it works, please feel free to create a PR.

In the extract.go code gen script

//The following are incomaptible with Zoraxy due to dependencies issue,
//might be resolved in future
"corenetworks",
"timewebcloud",
"volcengine",
"exoscale",

As fixing it will be too much work for me especially that I mostly use CF for DNS, I will just leave this here for future PRs.

go: finding module for package github.com/go-acme/lego/v4/providers/dns/corenetworks
go: finding module for package github.com/go-acme/lego/v4/providers/dns/timewebcloud
go: finding module for package github.com/go-acme/lego/v4/providers/dns/volcengine  
go: imuslab.com/zoraxy/mod/acme/acmedns imports
go: imuslab.com/zoraxy/mod/acme/acmedns imports
        github.com/go-acme/lego/v4/providers/dns/timewebcloud: module github.com/go-acme/lego/v4@latest found (v4.19.2), but does not contain package github.com/go-acme/lego/v4/providers/dns/timewebcloud
        github.com/go-acme/lego/v4/providers/dns/volcengine: module github.com/go-acme/lego/v4@latest found (v4.19.2), but does not contain package github.com/go-acme/lego/v4/providers/dns/volcengine
go: imuslab.com/zoraxy/mod/acme/acmedns imports
        github.com/go-acme/lego/v4/providers/dns/exoscale imports
        github.com/exoscale/egoscale/v3: ambiguous import: found package github.com/exoscale/egoscale/v3 in multiple modules:
        github.com/exoscale/egoscale v0.102.3 (C:\Users\Toby\go\pkg\mod\github.com\exoscale\[email protected]\v3)
        github.com/exoscale/egoscale/v3 v3.1.5 (C:\Users\Toby\go\pkg\mod\github.com\exoscale\egoscale\[email protected])

tobychui avatar Oct 27 '24 08:10 tobychui

I am sorry, I don't have any knowledge in go language. Thanks anyway for your efforts.

heliax01 avatar Jan 13 '25 10:01 heliax01