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 certificate expiration time OpenSSL X509-NOOUT-DATES-IN/ETC/LETSEN
1. Use the ssl library that comes with python to obtain the Common Name of the certificate
Because the built-in ssl library is relatively weak, if you specify a ca certificate, the corresponding certificate data is usually returned blank, so you need to prepare the ca certificate first, you can use http://curl.haxx.se/
Before learning about the multi-domain wildcard SSL Certificate, we will first introduce the multi-domain certificate, also known as San certificate or UCC certificate, multi-domain certificates are described as follows:Multi-domain San/ucc ssl Certificate
San Certificate-subject alternative name certificates, also kno
Has someone applied for an SSL wildcard certificate? Answer a lot of questions. Click to 1. bind a computer? 2. fees? 3. Where can I apply? ------ Best solution ---------------------------------------------------------- verisign ------ other solutions --------- has someone applied for an SSL wildcard certificate?
Answ
However, for ordinary personal sites, to date has not been said to use the SSL domain name certificate, but some similar to the consumer interaction and account security class site must be used, even if not for the site in search engine experience needs, but also the user's information is responsible. In previous posts, Lao left also shared several configurations of SSL
Extended Validation and the strictest authentication, when users visit the EV-certified Web site, the browser is displayed as green, and of course the price is quite expensive. :)
2.3 From the certificate applicable to the number of domain names to divide
An SSL certificate has its corresponding domain name, from its applicable number of domain names can be divided into single domain, multiple domain
. Generate Server.key (name not important)OpenSSL genrsa-out Server.key 20483. Generate a Certificate signing requestOpenSSL req-new-key server.key-out server.csr-config openssl.cnfCommon Name is filled in this step, *.baidu.com4. Using a self-signed CA, sign SERVER.SCROpenSSL ca-days 180-in server.csr-out server.crt-cert ca.crt-keyfile ca.key-config openssl.cnf#输入第一步设置的密码, always press Y.SERVER.CRT Server.
In the past, I heard people say that an IP address can be used to generate a certificate. Today, the example shows that IP addresses cannot be used.Scenario 1:
The name specified when the certificate is generated is IP Address
The example is an example of single-point logon. The configuration in Web. XML is as follows:
If the HTTPS protocol is specified in the above configuration and the name specified d
This article describes how to implement wildcard domain name resolution in CodeIgniter. For more information, see
This article describes how to implement wildcard domain name resolution in CodeIgniter. For more information, see
Recently, a project requires second-level domain names to facilitate SEO. Because Cod
match is "a98c"Common character sets: All match only a single[: Space:]: all whitespace characters[:p UNCT:]: All punctuation[: Lower:]: All lowercase letters[: Upper:]: So capital letters[:d Igit:]: All sets of numbers[: Alnum:]: So letters and numbers[: Alpha:]: So the alphabetThe above example can be changed to:650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6C/01/wKioL1U9xO6yEMKSAAFL1zvCz2E022.jpg "title=" 15.jpg "alt=" Wkiol1u9xo6yemk
This article describes how to implement wildcard domain name resolution in CodeIgniter. For more information, see the CI framework.
Recently, a project requires second-level domain names to facilitate SEO. because CodeIgniter framework is used, although this framework provides flexible routing functions, it cannot implement second-level domain names. After querying a large amount of data, the solution was
.! String: For example, the last command that starts with a CD in the !cd execution command history!n:n represents a number that represents the nth command in the execution history of a command.
2. Automatic completion of commands and documentsThis feature was introduced at the beginning Amin, remember? It just presses the TAB key, which can help you complete a command, or help you to complete a path or a file name. Press the TAB key two times co
Common errors and workarounds for SSL certificatesIssue: The security certificate issued by this web site is not issued by a trusted certification authority.The SSL certificate that the server is using is not issued through a formal, globally trusted ca. Recommended purchase GlobalSign Ssl,geotrust
Issue: The security certificate issued by this web site is not issued by a trusted certification authority.The SSL certificate that the server is using is not issued through a formal, globally trusted ca. Recommended purchase GlobalSign Ssl,geotrust SSL, Symante SSL certificate, SS
columns are selected, and count (*) indicates that all rows are calculated. When a wildcard is used, it indicates 0 or any number of characters.
Forward slash (/): Used to terminate an SQL statement in Oracle. More accurately, it indicates "running SQL code in the buffer zone ". A forward slash is also used as a separator.
SQL> select * from test;
ID NAME------------------------------1 baaab2 ba_ AB3 ba %
Issue: The security certificate issued by this web site is not issued by a trusted certification authority.The SSL certificate that the server is using is not issued through a formal, globally trusted ca. Recommended purchase GlobalSign Ssl,geotrust SSL, Symante SSL certificate, SS
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,
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.