How to install root certificate on Windows Phone 7

2019-01-20 01:38发布

Just can not find how to install root certificate on Windows Phone 7. Does anyone know?

3条回答
冷血范
2楼-- · 2019-01-20 02:05

Apparently:

You can do this by emailing the RootCA to the user of the phone. They click
on the attachement and it will prompt them to ask if they want to install
the certificate on the phone.

I've not tried this though and so can't say for sure if it works.

As there is no way to install a cert programatically I'd look to use a cert from a source which is already trusted by the phone instead.

查看更多
Ridiculous、
3楼-- · 2019-01-20 02:08

Depending what you're trying to implement, this may also be of interest.

Using an Exchange Account With a Custom Certificate

查看更多
我只想做你的唯一
4楼-- · 2019-01-20 02:17

I wanted to use CharlesProxy on Windows Phone. What I did was the following:

  1. Go to charlesproxy.com/charles.crt (file will be downloaded)
  2. Save file as .cer instead of .crt
  3. E-mail file to an e-mail account that can be openen with an e-mail application on WP (somehow you can't download e-mail attachments using a webbrowser on WP)
  4. Click on attachment (once for download, twice for installing)
  5. Have fun proxying.
查看更多
登录 后发表回答