[CADDY][2024-02-15 20:37:53] {“level”:“error”,“ts”:1708029473.7661138,“logger”:“tls.obtain”,“msg”:“could not get certificate from issuer”,“identifier”:“localhost.doesnotexist.baserow”,“issuer”:“acme.zerossl.com-v2-DV90”,“error”:“HTTP 400 urn:ietf:params:acme:error:rejectedIdentifier - Invalid DNS identifier [localhost.doesnotexist.baserow]”} (B
Hi @michaelvips, we’re soon going to launch our application builder, it will allow you to create custom websites and applications, and deploy them on a specific domain. In the all-in-one image (baserow/baserow), we have configured Caddy so that it can automatically get SSL certificates for those domains.
It was a bit tricky to get the configuration right, but a side effect is that it actually sets the configuration to a non-existing domain localhost.doesnotexist.baserow. Caddy ignores this domain, but it will give an error. It’s safe to ignore this error.