Closed nanliu closed 7 years ago
Would updating the package actually be useful to DNSSIMPLE users ? It seems to me like xenolf/lego probably needs a way to pass in the baseURL and we need to support that
Yes we should update to v2, because DNSimple is deprecating their v1 API, and it will be no longer available as of October 1st, 2017. We can pass the baseURL via environment variable.
Closed by #57, thank you!
PR #50 clobbered over #57, we are back to DNSimple v1.
Looks like the current glide dependency uses the old DNSimple v1 API written by weppos. The lego repo have been updated to DNSimple official go library.
When I tried master, it seems to have issues with the token (verified working separately)
I think we can update glide, and replace DNSIMPLE_API_KEY with DNSIMPLE_OAUTH_TOKEN, however the requirement for DNSIMPLE_BASE_URL might be more annoying since it will require multiple kube-cert-manager per domain.