Mitch
Mitch

Reputation: 2400

How to install my server's self-signed certificate on an iPad

Is there a way to install my own self-signed SSL certificate on my iPad? Presumably I can get the .crt via Dropbox or email, but then what do I do with it? Is there an easier way to get the .crt than that (from a PC)?

Upvotes: 13

Views: 48185

Answers (2)

Sabareesh Kkanan
Sabareesh Kkanan

Reputation: 1211

This is very easy . You can just put your certificate in your server where it can be accessed via a browser. Than just visit the location in your browser Eg. Safari in ipad just click on the certificate.

Upvotes: 6

Jakub
Jakub

Reputation: 20475

This might help found this Apple Support post:

I would import the cert on a desktop system through Firefox, then export with private key in .p12 form. Email the resulting cert and you should be all set.

http://discussions.apple.com/thread.jspa?threadID=2652502&tstart=0

Upvotes: 8

Related Questions