I started to "play" with curl and Ssl. I'm working with client certificate and I'm using curl to send api request to a server. In the curl command I specify the client certificate, the private key file and the passphrase. Why I need to specify the private key using --key optiom? Am I sending the file to the server or is just a way to inform curl how to decrypt the received data?