Paul Donald
Paul Donald
Is a .secrets file a la certbot a bad idea or just 'unimplemented'? As you see I used the `*_FILE` vars
OK - so this worked. Does this mean future invocations for the same DNS names I just run `renew` but I must keep the `LEGO_DISABLE_CNAME_SUPPORT=true`? ( Unless and until the...
OK - thank you. lego makes no assumptions about the platform it's on, as I read, so before invocation, I must remember to run like `cd /root` or just `cd`...
Only question left in my mind is whether CNAME should eventually work? Or do we close this issue?
Yes - thanks - I understand how CNAME records should work with LE. That's why I have them. 😄 It still doesn't explain what happened in the logs [here](https://github.com/go-acme/lego/issues/1853#issue-1603495760) in...
Weird thing I noticed while doing this was Loopia control panel does not normally show any records with `_` in them unless you 'edit' the zone file. Then after I...
As I initially wrote, it could be Loopias bug. Their API is 💩
@hazzeh My suggestion would be, since I guess you have access to loopia, is to recreate this scenario: ``` _acme-challenge CNAME 3600 0 _acme-challenge.challenge _acme-challenge.mail CNAME 3600 0 _acme-challenge.challenge _acme-challenge.web...
Good that you seemingly identified the fault. I initially verified that no CNAME pointer ends in a dot "." since this has special meaning in DNS: It anchors to the...
Any review for this?