I\'m working on a Windows Phone 7 application that makes a REST service call. The third party that hosts the web services has an invalid certificate in the current environme
I'm not aware of a way to install additional certificates on the phone.
In this situation I'd create a proxy service between your app and the 3rd party site and have your app call that. If you need to, you could put the proxy behind a valid cert.