Re: [reSIProcate-users] TLS Cert file path on iOS
On 01/02/13 11:39, Nauman Sulaiman wrote:
> Hi
>
> When using TLS with resip 1.8 , if platform is iOS does anyone know what path
> should be passed to the Security
> Object constructor
>
> mCertPath = getenv("HOME");
> mCertPath += "/.sipCerts/";
>
> Currently the above paths are set in UserAgentmasterProfile.cxx do not work
> on iOS
>
I don't know exactly where iOS stores CA certs, but if you can find the
path, you still need to map the filenames to the format expected by
reSIProcate, e.g. it originally expects to find filenames of the form
root_cert_something.pem
I recently made some patches to make it deal with other filenames, just
for root CAs, you can find some hints about it in repro/repro.config