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