jasonmcintosh / rabbitmq-zabbix

Zabbix RabbitMQ Configuration
Apache License 2.0
251 stars 168 forks source link

Using certificate with SSL enabled. #73

Closed darfadarfa closed 7 years ago

darfadarfa commented 7 years ago

Hi, I was wondering how I can pass a certificate with the request when SSL is enabled.

jasonmcintosh commented 7 years ago

I'm assuming you want to do server ssl validation and not x509 client validation?

jasonmcintosh commented 7 years ago

Long story short (and then closing the issue) you can update the system store to either import the CA or the certificate. On most linux systems it's in /etc/pki/* - but read system documentation for more information, or google 'python custom ssl certificate' and should find some links to assist you on where your system is reading it's location.