Is it safe sharing Self-signed certificate to other persons?
I have a python script that I will share with other persons to consume messages from a Kafka service, I dont have experience with security but I have a doubt before assume things. My kafka broker is hosted in DigitalOcean cloud, they provide few certificates and one of them is used to connect via SSL, this is a ca.crt file (self-signed CA root certificate), I have to provide my python script to other people to connect to that Kafka service to consume messages but I’m concerned if is possible to share this ca.crt certificate without any risk, I’m not familiar with security hence I’m worried about this.