Deploying Wosign SSL Certificates to resolve ios7.1 app download issues

Source: Internet
Author: User
Tags ssl certificate

  1. Problem description

    recently Apple has releasedIOS7.1. The words apple every release touches the developer's heart. Apple fromios7.1Start, user installationapp, you need to useHTTPSprotocol, to downloadplistfile. Also said that in the installationappThe first step, download. plistfiles that need to be usedHTTPSagreement. HTTPSThe agreement is as follows:

650) this.width=650; "title=" 1-1.jpg "src=" http://s3.51cto.com/wyfs02/M02/49/27/ Wkiol1qqabjhbx0caae0t2ofirq922.jpg "alt=" Wkiol1qqabjhbx0caae0t2ofirq922.jpg "/>

This is not described in detailHTTPSagreement. a simple description that the user usesHTTPSto download. plistfile. Site support is requiredHTTPSagreement. SupportHTTPSprotocol, in addition to the service to do some configuration, but also need to apply for a serverSSLcertificate, thisSSLThe certificate must be a trustedCAAgency-issued(e.g. Wosignwosign, etc.), you cannot use your own self-signed certificate because the browser is not trusted.

second, solve the problem :

need to be in my Apache configured on the server HTTPS service and purchase the server certificate (certificate to support all browsers and mobile terminals) in order to let our app downloaded and installed by the user normally. That's it, just do it, act now!

ssl

1 , We bought wosign CA 's SSL certificate, save a lot of time,1 business days to get the certificate, the price is also favorable. The purchase process is simple,https://buy.wosign.com registered to buy, skip.

2, successful in the Wosign application certificate, will get a password of the compressed package file, enter the certificate password after extracting five files:For Apache,For IIS,Forngnix,For Tomcat,For other Server, this is a certificate of several formats,Apacheneeds to be used.For Apachethe certificate in the format.

650) this.width=650; "title=" 1-2.jpg "src=" http://s3.51cto.com/wyfs02/M02/49/26/ Wkiom1qqac-qxpfjaadiq7vhkt4329.jpg "alt=" Wkiom1qqac-qxpfjaadiq7vhkt4329.jpg "/>

3 , decompression Apache files can be seen 3 a file. Including the public key, the private key, the certificate chain,

650) this.width=650; "title=" 1-3.jpg "src=" http://s3.51cto.com/wyfs02/M00/49/26/ Wkiom1qqaecbnxnwaacjqkpqus4869.jpg "alt=" Wkiom1qqaecbnxnwaacjqkpqus4869.jpg "/>

4 , installation SSL Certificate

A , open Apache under installation directory conf in the directory httpd.conf file to find   

#LoadModule Ssl_module modules/mod_ssl.so

#Include conf/extra/httpd_ssl.conf

Delete the configuration statement comment symbol at the beginning of the line # "Save exit.   

B , open Apache under installation directory Conf/extra in the directory httpd-ssl.conf file   

Look for the following configuration statement in the configuration file

Configure the server certificate public key under this path   

sslcertificatefile conf/ssl.crt/test.wosign.com.crt ( certificate public key )

Configure the server certificate private key under this path   

sslcertificatekeyfile conf/ssl.key/test.wosign.com.key ( certificate private key )

Configure the server certificate chain under this path

#SSLCertificateChainFile conf/ssl.crt/root_bundle.crt ( certificate chain ) Delete the beginning of the " # "Number of comment characters

5 , save exit, and restart Apache . Restart mode:

Enter Apache under the installation directory bin directory, run the following command   

./apachectl-k Stop

./apachectl-k Start

here we go. OK Pull.


This article is from the SSL certificate blog, so be sure to keep this source http://wsvicky.blog.51cto.com/9364965/1550581

Deploying Wosign SSL Certificates to resolve ios7.1 app download issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.