Hi all,
for an httpapi connection plugin is there a way to specify a path to the ca.pem file to validate client certificate?
I see options to use_ssl and ansible_httpapi_validate_certs, but nothing that enables me to set a path to a custom CA file to validate certs.
With curl cacert option does it:
curl -s --cacert ./clab-srl01/ca/root/root-ca.pem https://...
And with requests it is "verify" - [https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification](https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification)