Search Baidu for "use OpenSSL to generate Certificates". Baidu found about 74,500 related results for you. Are there so many people looking for free SSL certificates and using OpenSSL to generate self-signed certificates?
Waotong's online promotion should be enhanced! How many webmasters search for her in the crowd, how many night lights to stand up...
Waotong free SSL certificates support all browsers, servers, and mobile terminals, with no registration required and are issued within 10 minutes.
Next, let's share our experience.
1. First, click here to apply for the website: https://buy.wosign.com/quicktoapplyfreessl.html. All Chinese characters, no need to register, apply directly, it is no longer cumbersome here
2. submit an application to issue the application within 10 minutes;
3. Download the certificate and I will upload it.
4. Configure nginx
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 ~
Deployment of free SSL certificates