Ali Cloud Deployment 6. Configure https
Get ready
Domain name on file
ssl certificate (free)
Request Certificate
Login to Ali Cloud Console Production - > Products and Services - > SSL Certificates
Click Purchase Certificate, Certificate Type Select Free DV SSL, Complete Purchase
After purchasing, Symantec Free SSL appears, button click under operation item.
Perfect data and ...
Posted by jber on Sun, 10 Nov 2019 18:21:24 -0800
Creating CA s and requesting certificates using OpenSSL
Introduction to OpenSSL
OpenSSL is a suite of cryptographic tools that implement Secure Sockets Layer (SSL v2 / v3) and Transport Layer Security (TLS v1) network protocols and their associated encryption standards.
The OpenSSL command line tool is used to use various encryption functions of the OpenSSL encryption library from shell programs. ...
Posted by j4mes_bond25 on Sun, 10 Nov 2019 10:45:08 -0800
Centos6 Tengine opens http2 transport protocol
1. Preface
Recently, we are optimizing the visiting speed of the website and opening http2 protocol for the website. What are the advantages of this protocol? As follows:
http2 is the next generation transport protocol, which will be widely used in the future, which is a trend.
http2 has the feature of multiplexing, which means to access re ...
Posted by francisexpress on Sat, 09 Nov 2019 11:07:26 -0800
Kubedm installation high availability kubernetes v1.14.1
Preface
The steps are the same as the previous installation of version 1.13 The difference lies in the configuration file of kubeadm init At present, kubeadm init with configuration file is in the beta stage, and has entered the V1 beta 2 version in version 1.15. Although the GA version is not yet available, kubeadm not only simplifies th ...
Posted by ex247 on Sat, 09 Nov 2019 11:01:19 -0800
Website deployment https certificate
1. HTTPS certificate:
htttps is different from http because it has more encryption, authentication, authentication and security from asymmetric encryption and third-party CA certificate;
The working principle is as follows:
First, the client generates a random number and sends it to the server;
The server generates a random number and sends ...
Posted by ajpasetti on Sat, 09 Nov 2019 06:45:40 -0800
Centos6 Tengine enables Http2 transmission protocol
1. Preface
Recently, we are optimizing the visiting speed of the website and opening http2 protocol for the website. What are the advantages of this protocol? As follows:
http2 is the next generation transport protocol, which will be widely used in the future, which is a trend.
http2 has the feature of multiplexing, which means to access resou ...
Posted by webbrowser on Sat, 09 Nov 2019 06:31:11 -0800
Spring Security Actual Dry Goods: Using JWT Certified Access Interface
1. Preface
Welcome to Read Spring Security Actual Dry Series .Previously, I explained how to write my own Jwt generator and how to return to Json Web Token after user authentication has passed.Today we'll look at how to use Jwt access authentication in requests.The DEMO get method is at the end.
2. Common Http authentication methods
To use Jwt ...
Posted by rklapwijk on Thu, 07 Nov 2019 12:52:41 -0800
RabbitMQ Installation and Startup Error description:noproc Solution
Because erlang was installed first when RabbitMQ was installed by the building owner,
The commands are as follows:
1. Download the erlang source package
wget http://erlang.org/download/otp_src_22.0.tar.gz
2. Decompression
tar -zxvf otp_src_22.0.tar.gz
3. Install erlang compilation dependency Libraries
Missing this step Errors ...
Posted by ady01 on Thu, 07 Nov 2019 07:03:35 -0800
pip installation module uses domestic image source to accelerate installation
Today, when installing the Python module matplotlib, the installation is not successful. The prompt "socket.timeout: The read operation timed out" or "Read timed out" is always displayed
Because of the high latency of domestic network access to foreign countries, the installation of the module is very slow, and it must not b ...
Posted by keveen on Wed, 06 Nov 2019 15:10:13 -0800
iOS uses version number comparison between local and App Store to realize version update
The comparison version number is generally used to realize the function of version update. The pop-up window prompts the user to update or directly jump to the App Store.
Get version information of APP in App Store
Here we use iTunes's lookup interface, provided that you have published it to the App Store.
Get the id of the app in the ...
Posted by Shazbot! on Wed, 06 Nov 2019 03:10:04 -0800