Certificates for data sources

When crawling data from data sources that uses HTTPS certificates you need to add root certificates of those data sources as trusted ones.

That is done by copying those certificates to following folder on host system running the docker daemon:

/var/dockershare/datacollector/resources/certificates

Each trusted certificate should be a separate file.

When adding updated certificate, you need to name it differently.

If that folder does not exist, create it.

After adding certificate, restart of the datacollector container is necessary.