An extremely handy feature - specially when working with git - would be to allow per server configuration in curlrc (i.e. ~/.curlrc), somewhat similar to .netrc:
[www.myserver.com]
cert = myserver.pem
[git.anotherserver.com]
insecure
...
Thanks for considering this.