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 the option of adding username and password but I don't see a way to add key and cert.
Would appreciate any help!