Testing SSL client certificate authentication with curl

March 28, 2013 at 07:40 AM | categories: Sysadmin, Tips, Security | View Comments

When using SSL client certificate authentication you may need to test it using command line tools.

To do so run the following command:

curl -v -s -k --key client.key --cert client.pem https://servername

Thats it.


blog comments powered by Disqus