Share: How to Apply for a free SSL Certificate

Source: Internet
Author: User

To encrypt data and increase the security of users accessing and using our website, you can also find a tutorial on the Internet to learn how to apply for the startssl free SSL certificate, are you still searching for "using OpenSSL to generate Certificates"? Are you still using OpenSSL to generate self-signed certificates? You are out!

Recently, wotong CA in China has provided a free SSL certificate to support all browsers, servers, and mobile terminals. It does not require registration and is issued within 10 minutes. Chinese interface, no longer need to worry about a lot of English!

Next, let's share our experience.

1. First, open the application website without registration. Open the quick application page directly:

 

2. submit an application to issue a certificate;

3. Download the certificate through the link in the email:

 

 

4. Install the SSL Certificate in ngnix

(First, upload the above two files to VPs (required, winscp is recommended). I will save them in/home/SSL and then open nginx in AMH. conf. The file is located in/usr/local/nginx/CONF. Add the following content to the brackets of listen.

Listen 443;

SSL on;

Ssl_certificate/home/SSL/public. CRT;

Ssl_certificate_key/home/SSL/private. Key;

Ssl_protocols SSLv2 SSLv3 tlsv1;

Ssl_ciphers all :! ADH :! Export56: RC4 + RSA: + high: + medium: + low: + SSLv2: + exp;

Ssl_prefer_server_ciphers on;

Finally, execute AMH nginx restart and restart nginx ~

 

 

Share: How to Apply for a free SSL Certificate

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.