Forum Discussion

Ellie's avatar
5 years ago

How to monitor a curl call with cert and key

I'm trying to monitor a curl call with cert and keys The call would be something like this: curl --key myKey.key --cert myCert.crt myurl.com Regular internal web check gives me th...