weppos / letsencrypt-dnsimple

3 stars 3 forks source link

DNSimple OAuth token is missing #3

Closed jrwren closed 6 years ago

jrwren commented 7 years ago

I try to use this with environment variable

DNSIMPLE_EMAIL=jrwren@xmtp.net DNSIMPLE_API_TOKEN=TOKEN-I-AM-USING-WITH-DIFF-APP

and I get this output:

2017/05/17 16:51:14 .data/users/jrwren@xmtp.net 2017/05/17 16:51:14 {jrwren@xmtp.net 0xc42005c540} 2017/05/17 16:51:14 DNSimple OAuth token is missing

jrwren commented 7 years ago

Looks like this commit broke it: https://github.com/xenolf/lego/commit/e526fb5a1afdfd74c506d5c873146deb20b48523

I checkout its parent git checkout 45beff7ed309e190408d7ac1c89a7b7751596a73 and use what I think is a v1 api-key and it works.

a v2 api-key did not work.

weppos commented 6 years ago

It should be fixed by #5