Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)?

like image 235
Mitch Avatar asked Jan 04 '11 00:01

Mitch


1 Answers

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

like image 189
Jakub Avatar answered Sep 28 '22 07:09

Jakub