First, prepare to compress the SSL certificate file
Information from the Internet on the installation of Comodo Positivessl certificate, found that there are different versions of the form, because sometimes we download to the Comodo POSITIVESSL certificate will
store it here.1. Registered AccountTo enter the background of the management certificate, first need to apply for an account:650) this.width=650; "src=" http://7xokm2.com1.z0.glb.clouddn.com/freessl-register.jpg "alt=" Freessl-register " Title= "" style= "border:0px;vertical-align:middle;"/>It will send an activation email to your mailbox, click on the activation link to activate and log in automatically.2
Chinassl provides two free trial SSL certificates. There is no difference between the trial SSL certificate and the officially issued SSL certificate function and compatibility. Users can test the server environment before applying for a formal SSL certificate, simulate the SSL cer
SSL certificates have become very popular. For example, Let's Encrypt Free SSL, which was prepared for sharing later, has started public beta and has been recognized by most third-party browsers and authoritative websites, therefore, if we need to use SSL certificates to implement the https url format for our website in the future, there are still many free SSL channels available.1. StartSSL official we
Free SSL Certificate English application entrance: https://buy.wosign.com/free/?lan=en2. Fill in the Application Information 2.1 set the certificate parametersEnter the domain name where you want to use the SSL certificate in the input box, set the application age,
Apply for a free certificate
Http://www.startssl.com/
You can only apply for a one-year free certificate of Class 1.
After the application is completed, import the PLF certificate to the server certificate in IIS man
PrerequisitesBefore we get started, here is the Web tools need for this tutorial:
Google Chrome Browser
Apache installed on your VPS (cloud server)
A Domain name you own
Access to a email address at this domain, either:
[Email protected]
[Email protected]
[Email protected]
can apply for a free, trusted SSL certificate. The steps are more complex and are not covered in detail, and the main steps of the Request Wizard are as follows:
Startssl was supported in the September Microsoft Patch Update, making the STARTSSL certificate recognized.
The application process is as follows startssl.com
My environment is Windows 7
Do not use ch
site certificate file, we need to install PYTHON2.7 and git, but also need to resolve the domain name to the current VPS host IP.
The code is as follows
Copy Code
git clone https://github.com/letsencrypt/letsencryptCD Letsencrypt./letsencrypt-auto certonly--standalone--email admin@laozuo.org-d laozuo.org-d www.laozuo.org
Then execute the script above, we need to change
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 certificate, has been prepared to add, because this theme used a lot of old directory , files are manually added to the static, so th
./letsencrypt-auto certonly --standalone --email admin@***.com -d ***.com -d www.***.com
Then execute the above script. We need to replace the domain name with the one we need to deploy based on the actual site conditions.
I use the nginx proxy server.
Pay attention: If nginx cannot generate a certificate when it is started, disable nginx and execute the above script.
After the script is executed, the optio
validity period, which cannot exceed 365 days
Xcode 3.2.5 Certificate-free development and debugging _ enter an email address
Xcode 3.2.5 Certificate-free development and debugging _ entering key pair Information
Xcode 3.2.5 Certific
, which cannot exceed 365 days
Xcode 3.2.6 Certificate-free development and debugging _ enter an email address
Xcode 3.2.6 Certificate-free development and debugging _ entering key pair Information
Xcode 3.2.6 Certificate-
code provided in the message to download the installation certificate.
Backup certificateAfter the personal certificate is installed, it is recommended to back up the certificate, this certificate is used to do STARTSSL authentication, STARTSSL only provide certificate au
Tip: It is recommended that you do not use Google Chrome (the site's certificate is not recognized ...), you can see my google replaced by IE (not installed Firefox) ... This application is recommended to use FirefoxThe following describes the next self-signed SSL certificate, although you can implement HTTPS protocol access, but the browser will always prompt unsafe, the user is not very friendly, here is
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
consent agreement (only for the first time), the end will be in the "/etc/letsencrypt/live/Domain name/" directory to generate the following files, refer to their own server software to select the corresponding file load, such as Apache on the election 1-3 ; Nginx Choose 1+4:
1. PRIVKEY.PEM: The key file for the security certificate (that is, the ssl_certificate_key of Sslcertificatekeyfile and Nginx in Apache); 2. Cert.pem:Apache Server-side
:$ certbot certificatesSee the official documentation for more Certbot commands https://certbot.eff.org/docs/3. Configure nginx.confNext, modify the Nginx configuration file, modify the sever segment, remove the corresponding comment, fill out the generated SSL certificate after ssl_certificate, fill in the generated key to Ssl_certificate_key, save and restart the Nginx server.# vi /usr/local/nginx/conf/nginx.confserver { listen 443 ssl; ssl_certific
Order:Today's development we will notice that a lot of web sites from the HTTP protocol into HTTPS, do not talk about technology, but from the appearance of the comparison recruit I love. So look into it today. 0x01: Simple Talk about the difference between HTTP and HTTPS. http:HTTP is Hypertext Transfer Protocol, and data transfer is transmitted in clear text mode. HTTPS: HTTPS is an encrypted transport network protocol consisting of HTTP + SSL, which is more secure than HTTP. (Steal a pic
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.