I need to specify a certificate with CURL i tried with --cert option it is not working.
Could you please let me know to specify the keystore and passpharse while invoking with curl?
Should be:
curl --cert certificate_file.pem:password https://www.example.com/some_protected_page