Is it possible to use a custom domain instead of *.flespi.gw:port? For example ingest.mydomain.com:port, do I have to create a new TLS certificate?
Send Data from device to custom domain
Hello you may create CNAME
record for your own domain name that will direct to flespi channel domain
- Best Answerset by dexif
FelipeArdila
It depends on the protocol.
- For HTTP protocol we provide our own certificate, so in order to have you own domain you need to configure HTTPS proxy on you side.
- If you use any other channel with TCP transport, then you may add CNAME record which points to your channel. If you need TLS and protocol supports it, then you need to add server certificate in the channel configuration with proper server name (e.g. ingest.mydomain.com instead of 1111.flespi.gw).