First of all, basically say the steps:
1. Apply for Apple Enterprise account
Generate app Id,provision profile for apps, etc.
See: http://www.th7.cn/Program/IOS/201312/163776.shtml
iOS Enterprise Development in House IPA announcement process
Assuming the link above is not open to download the document http://download.csdn.net/download/xiaoshubiao/8021287
2. Go to Startssl to request a certificate and key for your site.
This assumes that I do not know whether self-certification can be enough, seemingly not enough. Self-certification seems to have to install the certificate on the phone.
Since iOS7, in-house announced only support HTTPS announcement, that is, the site must be encrypted and authenticated with SSL
See: http://www.freehao123.com/startssl-ssl/
STARTSSL free SSL certificate successfully applied-https make access to the site more secureAssuming the link above is not open to download the document http://download.csdn.net/detail/xiaoshubiao/8021305
3. Configure the server with the generated keys and certificates to support HTTPS connections
Tomcatserver See: http://www.cnblogs.com/qqzy168/archive/2013/08/03/3140252.html
Assuming the link above is not open to download the document http://download.csdn.net/detail/xiaoshubiao/8021375
4. Upload the resources for download.
Each of the above steps has a corresponding sub-section of the tutorial, more specific steps to be intact. I do not know whether there is the same demand, very happy to help everyone.
iOS in-house announces the entire process (STARTSSL certification)