I want to connect using trustedCACertificate and make connection secure using InsecureTLS:false. Not sure how to set these things in harvest.yaml. Any help? Presently auth based configuration working with self signed certificate when we pass .pem and .key file and setting InsecureTLS:true. I want to pass trustedCACertificate(.crt) and make it work securely.
#How to specify trustedCACertificate in harvest.yaml?
1 messages · Page 1 of 1 (latest)
You can pass ca_cert in harvest.yml as mentioned here
https://github.com/NetApp/harvest/blob/main/harvest.yml#L71
That should work with Zapi. We are yet to add support in Rest client for ca_cert
sure. Thank you. I will try that