Well, looking at the docker build, there is only a single executable in the image, so the CAs are apparently baked in. I tried, just in case, using the arg -tlscacert to point to my ca file, but that's advertised as being for client connections, and in fact it didn't make any difference. It seems this Exporter doesn't support disabling SSL verification or specifying a custom CA for connecting to a NATS server. Unfortunately, I can't use it in that case. If anyone knows a way around this, or a different nats exporter that doesn't have this limitation, please let me know.