Previously mentioned in the window environment to generate the SSL wildcard domain name certificate method is:https://www.cnblogs.com/duanweishi/p/9491209.html The following is a manual renewal of the SSL Certificate in the window Environment //view the
/LIVE/LAOZUO.ORG/PRIVKEY.PEM;
For example, we in the nginx environment, as long as the corresponding ssl_certificate and Ssl_certificate_key path set to our generated 2 files, it is best not to move and copy files, because the renewal of the direct renewal of the generated directory files can be, No more manual copying is required.
Four, solve let's encrypt free
Install let ' s Encrypt client
For CentOS distributions There are currently two ways to install let's Encrypt clients, one of which is a direct yum installation from the upstream Epel source, one that is downloaded from the Encrypt source of let ' s GitHub. Waterscape One page uses the following second method, downloaded from the GitHub.
Two ways of installingSimple comparison:
YUM installation follows the system update to update the installation package, but there is no Apache automatic inst
separated by space or comma), the terms of confirmation, verify the domain name ownership (This step can choose the first way, manually select the root directory tomcat) will be displayed after successful execution congratulations! Your certificate and chain have been saved At/etc/letsencrypt/live/xxx.com/fullchain.pem. Your cert would expire on 2016-10-05. To obtain a new or tweaked version of this certificate
;
In the Nginx environment, you only need to set the corresponding ssl_certificate and ssl_certificate_key paths to the two files we generated. It is best not to move or copy files, because the generated directory file can be directly renewed during the renewal, and no manual copy is required.
4. Fixed the validity period of the Free SSL Certificate for Let's Enc
Today more and more of our web sites start using SSL certificates, not only limited in the electric business site, portal, and even many personal websites, blogs have to open SSL security in the certificate, and the old left is also considering whether to install the blog SSL certi
://images2015.cnblogs.com/blog/965728/201701/965728-20170120142406406-684809033.jpg)Click Request Certificate to obtain the certificate, certify generates the. Well-known folder under the Web site root and automatically configures the Web. config to automatically validate the certificate.When the verification is complete, the pop-up window shows that the certificate
the Nginx environment, we need to use fullchain. pem and privkey. pem two certificate files
# Add the generated certificate to the nginx. conf configuration fileServer {server_name 163.org; listen 443; ssl on; ssl_certificate/etc/letsencrypt/live/163.org/fullchain.pem;
Ssl_certificate_key/etc/letsencrypt/live/163.org/privkey.pem;} Ps: In the Nginx environment, y
Https://www.vpser.net/build/letsencrypt-certbot.html
Let ' s encrypt is very hot. A free SSL certificate issuance project, an automated issue certificate, has a 90-day validity period. Suitable for personal use or temporary use, do not have to endure since the issue of the certificate is not trusted by the browser pr
certificate will expire in 2017-08-09.Note: You need to make sure that the Nginx 443 port is in a running state before generating the certificate, otherwise it will fail to generate a certificate.If you encounter the installation: problem binding to port 80:could not bind to IPV4 or IPV6. Error, please close Nginx service and install.Automatic certificate renewa
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.