I would like to make an application that will introduce itself with SSL client certificate. I know it can be done if you have the access to the certificate.
The question is do I have to handle certificates with my app or is to possible to use certificate that had been imported by the user manually. By default, if I import client certificate (untrusted) and then run my application, it won't work. So, is it possible to make NSURLCredential that will include already imported certificates?
EDIT:
I found similar question here: IPhone app with SSL client certs
Unfortunately nobody was able to find a solution for this problem (01.02.2012)