I am trying to start a netmaker instance using the guided install here: https://docs.netmaker.org/quick-start.html
I have my own domain, so wanted to use that. I created the needed DNS entries.
But I keep getting an error indicating that traefik cannot get a certificate.
`traefik | time="2022-10-21T08:21:00Z" level=error msg="Unable to obtain ACME certificate for domains \"broker.netmaker.kri.st\": unable to generate a certificate for the domains [broker.netmaker.kri.st]: error: one or more domains had a problem:\n[broker.netmaker.kri.st] acme: error: 400 :: urn:ietf:params:acme:error:connection :: 94.130.105.201: Error getting validation data\n" providerName=http.acme ACME CA="https://acme-v02.api.letsencrypt.org/directory" routerName=mqtt@docker rule="HostSNI(
broker.netmaker.kri.st
)"`
Why is this? And how do I fix it?
Turns out I forgot to enable port 443 in the firewall after refactoring the ansible playbook I use to prepare the host...
But now I get the "to many failed attempts" error from letsencrypt. I guess I wait an hour now... 😦