Hi all,
I'm currently trying to add a certificate to my splunk app to allow it to communicate to intranet site with ntlm authentication. I currently have my cert in the bin folder as noted below. Whats the correct value for vpath ?
I've tried different variations and nothing seems to work. Can someone help confirm what's the correct string value to assign the cert path?
vpath="cert/sp.pem"
vpath="$splunk_home/etc/apps/TA-myapp/bin/cert/sp.pem "
response=requests.get(url,auth=auth,headers=header,verify=vpath)
$splunk_home/etc/apps/TA-myapp/bin/cert/sp.pem