Hi. I'm trying to configure NOM on localhost for the first time.
I've installed NOM server and store as Docker containers using .yaml
Also, I've created a new agent on NOM UI. After that, I've donwnloaded the zip file for the agent, unzipped it and added the bin folder to PATH variable.
Now, I'm trying to configure the ENVIRONMENT variables for the agent.
BTW: I'm using Windows 11 with Docker Desktop over Hyper-V and Neo4j Desktop
The problem is that I don't know what to set for CONFIG_TLS_TRUSTED_CERTS env. variable.
The description for this variable is: PEM encoded trusted CA list ()
The value should be something like: /path/to/a/pem/file
But, as I said, I don't know what to set for this value.
Please, can anyone help me with this?
Thank you!