We need some help with the issue of domains in the deployment of OpenBalena that we are stuck on.
We are following the instructions for implementing OpenBalena, using this link as a reference: openBalena Getting Started Guide | Open Balena
We are currently stuck at the point where it says:
“openBalena server also supports custom/manual TLS configuration. You must supply your own SSL certificate, private key and a full certificate signing chain. A wildcard SSL certificate covering the whole domain is recommended.”
It indicates that we should use a wildcard SSL certificate that covers the entire domain. However, for us to comply with this, we need the automatically generated subdomains from OpenBalena to change the first dot to a hyphen, meaning that the domains should be like this: api-domain.test.com.co because OpenBalena is currently generating the subdomains as api.domain.test.com.co, and we cannot generate wildcard SSL certificates.
Similarly, if you have a different recommendation on how to carry out this implementation, we would appreciate your help in getting past this obstacle.