Caddy certificate
# netmaker
e
I am trying to get Netmaker EE up and running on a VPS (Ionos), for testing with a new homelab. Unfortunately the Quick Install Script errors out at "Testing Caddy setup", reporting "Caddy is having an issue setting up certificates, please investigate (docker logs caddy)".
Is this a common error/is there an easy solution?
j
post logs (docker logs caddy)
e
j
ok so it's backing off of retrys after too many failed attempts
are you certain the wildcard base domain has an A record to the VPS?
e
Yes; DNS record shows: *.netmaker.example.domain 3600 IN A base.domain.ip.address
example.domain has an SSL Wildcard certificate onn it
which covers netmaker.example.domain
but does not cover *.netmaker.example.domain
though of course the DNS record above points *.netmaker.example.domain to the right place
j
sounds like that is the issue then...Maybe create static records for the needed domains? {"level":"info","ts":1679417559.8437266,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"prometheus.thebuck.family"} {"level":"info","ts":1679417559.8321729,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"netmaker-exporter.thebuck.family"} {"level":"info","ts":1679417559.8809536,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"grafana.thebuck.family"} {"level":"info","ts":1679417559.8935647,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"api.thebuck.family"} {"level":"info","ts":1679417559.9122393,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"dashboard.thebuck.family"} {"level":"info","ts":1679417559.9272015,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"broker.thebuck.family"}
e
thanks, that resolved it. Weird, but hey ho!
6 Views