STARTSSL free 3-year HTTPS service online chat every day before 5 o'clock in the afternoon is the Chinese customer service can communicate in Chinese, other time English customer service, British company, one can be up to 9 domain name corresponding to a certificate.
Use the domain name of the mailbox to verify and then generate their own CSR and key to remove the head and tail of the CSR copy into the STARTSSL can generate a certificate and then downloaded in the Nginx directory
Server
{
Listen 80;
Listen 443;
server_name brzy.qq.com;
Index index.html index.htm index.php;
Root/db/website/brzy.qq.com/web;
#error_page 404/404.html;
SSL on;
SSL_CERTIFICATE/USR/LOCAL/NGINX/CONF/1_BRZY.BERUI.COM_BUNDLE.CRT;
Ssl_certificate_key/usr/local/nginx/conf/berui.key;
When you start Nginx, you need to enter the password to generate the CSR and key files before you remember the previous password.
First-t Check the configuration file is normal and then pkill-9 nginx Restart (remember) otherwise do not listen to 443 port firewall also open 443 port.
80 and 443 can also be accessed using.
Https://www.qcloud.com/product/ssl here can verify the ATS detection of Apple
This article is from the "php/[email protected]" blog, be sure to keep this source http://liang3391.blog.51cto.com/178205/1882660
STARTSSL Free HTTPS Service