Closed mangusbrother closed 11 months ago
In that error the relevant part is:
'DNS problem: NXDOMAIN looking up CAA for home - check that a DNS record exists for this domain'
Maybe the comments in this ticket https://github.com/hakwerk/labca/issues/23 can be of help? It looks like the CAA record needs to be on the domain, not on the hostname. And the value should also be the domain name, not the hostname. Something like
aaron.home. CAA 0 issue "aaron.home"
So this seems to have fixed it, however DNS resolution for this record sems to have taken a while So what I imagine happened is that I had originally had the wrong one and while trying to fix it, i know i had set it to this at some point but it didn't realise it was changed yet for a longer-than-expected moment. So yes the config mentioned above is the correct one. Just make sure to give it quite a while...
I have setup lam on my vm with the following docker-compose (removed some other services) :
labCA is available at ca.aaron.home
My system dns is available at 192.168.4.9 I have tried changing both boulder's dns and FAKE_DNS to point to my dns record to no avail.
On my dns i have this record in the aaron.home zone:
CAA ca 0 issue ca.aaron.home
In the logs, I have this error:
acme_tiny.log
commander.log