host = "my-nerves-hub.org"
# With a separate instance, the Server CA Certificates will be different
# and need to be provided.
ca_certs = "/path/to/my-nerves-hub.org/ca_certs"
device_api_host: "device.#{host}",
device_api_sni: 'device.#{host}',
config :nerves_hub_user_api,
server_name_indication: "api.#{host}",