Nginx configuration NameCheap free SSLI. Installation Requirements
1. Nginx has compiled the ssl module. If not, re-compile the module.2. You have purchased an SSL Certificate (nonsense)Ii. Start Installation
1. Mr. Cheng's own KEY
cd /usr/local/nginx/conf/openssl genrsa -out imcat.pem 2048
2. Generate the csr File
Openssl req-new-key imcat. pem-out imcat. csrCountry Name (2 letter code) [AU]: CN // enter the country abbreviation State or Province Nam
NameCheap is a foreign domain name registrar. It offers affordable domain name registration and transfer prices and is favored by many friends. If your domain name is registered in Namecheap, by default, the free DNS resolution service provided by Namecheap is used. However, your users are mainly targeting China, and the default DNS is unstable and slow, therefor
challenge password []: // optionalAn optional company name []: // optional 3. Go to the Namecheap website to enable the SSL certificateGo to the Namecheap website and click Your ssl certificates under My Account in the SSL Certificates menu, as shown in the figure:Namecheap Comodo PositiveSSL 01 install NameCheap Free SSL on NginxSelect an SSL authentication se
Chiang has just been helping customers to build a new Oneinstack LNMP Web site environment to deploy an SSL certificate, the customer is the purchase of Namecheap paid SSL certificate, paid 9 dollars a year. So, with this article, whether we have the same environmental needs, but the whole process can also be referenced to follow.
First, Oneinstack Add/new site
The code is as follows
Copy Code
A few days ago we must have received from Namecheap official mail notice has replaced a very beautiful backstage management panel, let us hurry to try. Today, when I went to try it, I was suddenly blindfolded, and many of the features needed were not found and the speed of the backstage opening was slow. But it's a lot simpler to experience and function than it was in the background.
If for our frequent contact with overseas host, domain na
1. Obtain and unlock the Namecheap domain name transfer codeA-unlock the Namecheap domain nameOn the domain name panel, we can see the domain name to be transferred out. The side menu is "rgeister lock" to prepare for unlocking.B. Obtain the Namecheap domain name transfer codeIn the figure above, we can see the get epp code button. After clicking it, we
JAVA Development FAQ and java Development FAQ
When the MySQL table has two field types: TIMESTAMP, the following problems often occur:
Caused by: java. SQL. SQLException: Value '2017-00-00 00:00:00 'can not be represented as java. SQL. TimestampAt com. mysql. jdbc. SQLError. createSQLException (SQLError. java: 1078)At com. mysql. jdbc. SQLError. createSQLException (SQLError. java: 989)At com. mysql. jdbc.
SysBase FAQ [set character set] And sysbase FAQ
1) character encoding problems:(2402) Error converting characters into server's character set, Some character9s) cocould not be conver[Mainly causes insert and drop exceptions]
Perform encoding settings after SysBase is installed [very troublesome]
How to view server and client character setsView the server character set:Run the following command in the isql e
[Interview] [Spring FAQ summary] [01], spring FAQ 01Spring is an open-source framework. Spring was a lightweight Java development framework that emerged in 2003, it is derived from part of the concepts and prototype stated by Rod Johnson in his book "Expert One-On-One J2EE Development and Design. It is created to solve the complexity of enterprise application development. One of the main advantages of the F
[Interview] [Spring FAQ summary] [03], spring FAQ 0321. Automatic Bean Detection
To configure automatic detection, you must use the
@ Component -- generic constructor annotation that identifies this class as a Spring Component
@ Controller -- Define the class as SpringMVC controller
@ Respository -- identifies the class as a data warehouse
@ Service -- identify to define this class as a Service22. filter c
Use of the fetch function-FAQ and faq of the fetch Function
Use of fetch:
Overall format:
Fetch ('url ',
{
Mode: 'cors ',
Method: 'post ',
Headers :{
'Content-type': 'application/x-www-form-urlencoded; charset = UTF-8 ', [need to specify]
},
Body: JSON. stringify ({a: '000000 '}),
},). Then ();
Verify that the front and back ends are strings in JSON format.
Note: 'content-type': there are only three types
Css multi-browsing FAQ and css browsing FAQ
CSS compatibility with various browsers has become a common issue, and Web tutorials are everywhere.The following content is not too novel and is purely personal summary. I hope it will be helpful to beginners.I. CSS HACKThe following two methods can solve almost all today's HACK.
1 ,! Important
With IE7! Important Support ,! The important method is only applicabl
Mybatis FAQ and mybatis FAQ1. Mybatis basics: # {...} and $ {...}MyBatis will #{...} It is interpreted as a parameter mark of JDBC prepared statement. And $ {...} Interpreted as string replacement. It is useful to understand the differences between the two, because parameter markers cannot be used in some SQL statements ).For example, we cannot use parameter tags in the position of table name.Suppose there is the following code:01. Map 02. parms. put
Win10 FAQ-the taskbar disappears and win10 FAQProblem description:
O had a bitter taste of win10, and there were endless bugs. The two biggest bugs currently encountered were:
1. Black screen appears at a high probability after startup, only the mouse, no desktop, cannot be saved
2. The task bar may be lost at a high probability of normal operation and cannot be saved.
Problem 1: There is no good solution so far. You can only restart it,
Question
Java FAQ and java FAQ
1. What is a Java Virtual Machine? Why is Java called a platform-independent programming language "?
Java virtual machine is a virtual machine process that can execute Java bytecode. Java source files are compiled into bytecode files executed by Java virtual machines.Java is designed to allow applications to run on any platform without the need for programmers to rewrite or recompile
object. The function is to delete the Mfcstdexception object, by prohibiting the creation of the local exception object, it is good to avoid throwing the local exception object pointer error behavior.In the case of MFC programming, it is necessary to use a technique similar to the one above if you want to maintain the robustness of the program by mixing various types of exceptions. This is easier to capture than just writing try{}catch (...), and it throws an exception to the block of code that
MySQL installation FAQ (File not found, system service cannot start...), mysql FAQ
When installing mysql, you will always encounter problems. Every time you reinstall mysql, it will take a lot of time to troubleshoot. There are actually a lot of related articles on the Internet, but many of them only talk about the method, but do not talk about the specific details, leading to the failure to solve the probl
http://www.kernelnewbies.org/faq.2.10 what is the definition of list_entry?A. list_entry is defined in the kernel source File Include/Linux/list. h:# Define list_entry (PTR, type, member )/(Type *) (char *) (PTR)-(unsigned long) ( (type *) 0)-> member )))B. Its function is to convert the pointer PTR of list_head to the starting address of its host structure. The host structure isType, and PTR is defined as a Member member in its host structure. For e
I sorted out a FAQ and asked the newbie to take a look-a quiet dog-blog Garden
I have compiled a FAQ for beginners to take a look.
I. Unix/Linux environment Q: I want to learnProgramWhat language should I use for design? What books should I read?A: C should be preferred. Most of the software running on UNIX itself and on it is written in C. The UNIX operating system API (System Call) interface is a
Java FAQ
1. Which of the following statements is true:A. The form parameter can be modified by the field modifier B. The form parameter cannot be object C. The form parameter is actually passed when the method is called D. The form parameter can be regarded as local. variable reference answer: D 2. The sequence set used by Java is A, ascii B, BCD C, DCB D, and Unicode) 3. What functions does the Java reflection mechanism provide? A. Determine the Cla
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.