that, under the new Google search algorithm, the weight of the web page processed by "HTTPS" (HyperText Transfer security protocol)-adding an SSL security certificate to the web page will be improved, the weight of web pages that continue to adopt HTTP (Hypertext Transfer Protocol) will be relatively reduced. Therefore, this article mainly records how to add an
Add an SSL certificate to Nginx in CentOS to support HTTPS access
SSL (Secure Sockets Layer) and its successor Transport Layer Security (TLS) are a Security protocol that provides Security and data integrity for network communication. TLS and SSL encrypt network connections
Certificate Signature requestOpenSSL req-New-key server. Key-out server. CSR-config OpenSSL. CNFJust write the primary domain name "common name ".
4. view the request fileOpenSSL req-text-noout-in server. CSRYou can see the following content:Certificate request:Data:Version: 0 (0x0)Subject: c = us, St = Texas, L = Fort Worth, O = my company, ou = my department, Cn = server. ExampleSubject Public Key info: Public Key algorithm: rsaencryption RSA publi
Reference documents:1. NginxV1.8.0 Installation and Configuration2. Add SSL Certificate in Nginx under CentOS to support HTTPS protocol access3. How to configure the SSL certificate for Nginx4, Nginx forced to use HTTPS access (HTTP jump to HTTPS)5, Nginx
Add Comodo SSL Certificate for Nginx
Install Nginx First, install Nginx on your Linux distribution, or refer to Nginx's official installation tutorials.
1. Merge the obtained certificates according to the contents of the obtained SSL certificate
If you get four certificat
holders and CONTRIBUTORS ' as * is ' and any EXPRESS OR implied warranties, I Ncluding, but not LIMITED to, * The implied warranties of merchantabilitY and FITNESS for A particular * PURPOSE is disclaimed. In NO EVENT shall the COPYRIGHT OWNER OR * CONTRIBUTORS is liable for any DIRECT, INDIRECT, incidental, special, * EXEMPLA RY, or consequential damages (including, but not LIMITED to, * procurement of substitute GOODS OR SERVICES; LOSS of Use, DATA, OR * profits; or business interruption) how
First, make sure that your Apache compiles the SSL module, which is the necessary condition to support SSL certificate (if not, compile, "open Phpstudy" "Other options Menu", "php extension", "Php-openssl" in front of the check box).Create the CERT directory under Apache's installation directory, and copy all downloaded files to the Cert directory.Open the httpd.
Recently in a project, the project was previously used. NET do, now need to rewrite with PHP. After development, you need to migrate the SSL certificate on IIS to the Apache environment.
Workaround:
Roughly three steps
First, export the certificate file to IIS
1. Start-> Run->mmc
2. Menu-> file-> Add/Remove snap-i
for ordinary users, in the case of the wrong server to hang off on the trouble. This is not the old Chiang has to see the foreign SSL for free tool, can be online to obtain the SSL certificate, and then we deploy our own virtual host, VPS Server site. So, in this article, I am ready to combat the old tribal "111cn.net" site to deploy let's encrypt free
OpenCA:OpenCA is an open source project for building a private PKI. The author Caishuxueqian, has not studied this, hoped that has the relatively clear reader to inform how to apply to the Remote Desktop server authentication. ^-^Difficulties:
The client needs to check the certificate revocation status when connecting to the server Remote Desktop. There are two ways to check certificate revocation
/usr/local/nginx/conf/vhost/
In the above directory, locate the. conf file for the site, and then edit.
The code is as follows
Copy Code
if ($server _port = 80) {
return https://$server _name$request_uri;
}
if ($scheme = http) {
return https://$server _name$request_uri;
}
Error_page 497 https://$server _name$request_uri;
A
_ certificate']); // obtain the list of trusted domain names in the certificate $ domain = str_replace ('dns: ', '', $ info ['extension'] ['subjectaltname']);
You can see that the private key is not obtained when you obtain the website certificate.
In some websites that use CDN, if you use HTTPS and want to use your own domain name, do you need to provide your p
With the development of the Internet, it has been deeply in all aspects of people's lives, it can be said that we are inseparable from the Internet. In the face of human dependence, Internet security is increasingly important, personal privacy is increasingly needed to protect. How can we improve the security of our Internet access? How to protect the privacy of our internet? How to prevent being hijacked by hackers? And so on, many security factors need to be taken into account.HTTPS has gradua
Internet Explorer (IE) -This security certificate presented by this website is not trusted by a trusted Certif Icate Authority (CA)
How to handle SSL Certificate Error using Selenium webdriverSuppose we have written some test scripts and while executing the script, we caught in the situation as "untrusted Connect Ion "above then how do we han
certificate (umask 077;openssl genrsa-out client.key 1024)OpenSSL Req-new-key client.key-out CLIENT.CSROpenSSL ca-in client.csr-out client.crt-days=3650Convert a certificate in text format to a certificate that can be imported into a browserOpenSSL pkcs12-export-clcerts-in Client.crt-inkey client.key-out client.p12 5. Configure Nginx Server Authentication Vim/u
Official reference documentation, including the SSL configuration for Apache, Nginx, and IIS:http://www.wosign.com/Docdownload/Instance one, configure HTTP to forward to HTTPS, a virtual host has two servers, some content use * * insteadNGX01 (10.66.**.**), Ngx02 (10.66.**.**)1, add the Sslkey folder in/etc/nginx, import the SSL
Technorati tag: iis,ca, certificate, SSL, client certificate, Xiamingliangthe third part client certificate Request " 1. Come to the client server that needs to access the site and run MMC. 650) this.width=650; "title=" clip_image001 "style=" border-top:0px; border-right:0px; Background-image:none; border-bottom:0px; p
Curl: (+) SSL certificate problem:unable to get local issuer certificate error, Curlissuer
This issue occurs because the trusted server HTTPS authentication is not configured. By default, curl is set to not trust any CAs, which means that it does not trust any server authentication. Therefore, this is why the browser cannot access your server over HTTPS. When th
Curl: (60) SSL certificate problem: unable to get local issuer certificate error, curlissuer
This problem occurs because HTTPS authentication is not configured for a trusted server. By default, cURL is set to not trust any CAs, that is, it does not trust any server authentication. Therefore, this is why the browser cannot access your server over HTTPs. When this
website is different from a common Web site. It uses the "HTTPS" protocol instead of the common "HTTP" protocol. Therefore, its URL (Uniform Resource Locator) format is "https: // website domain name "."
Next, let's take a look at how to use the SSL channel for encryption and authentication after we use the iis web service.The SSL communication port is 443 by default. Therefore, it is best to disable the
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.