Payment of Alipay App payment access process (1)

It doesn't matter what merchant end, user side and payment platform end do not understand the payment function integration. This article takes Alipay as an example to explain Alipay's SDK integration process:Generally, any technical learning should be done step by step by Demo.This article takes Alipay Demo as an example to teach you how to int ...

Posted by koopkoop on Tue, 09 Jul 2019 20:06:49 +0200

Payment of Alipay App payment access process (1)

It doesn't matter what merchant end, user side and payment platform end do not understand the payment function integration. This article takes Alipay as an example to explain Alipay's SDK integration process:Generally, any technical learning should be done step by step by Demo.This article takes Alipay Demo as an example to teach you how to int ...

Posted by Sean_J on Tue, 09 Jul 2019 20:06:17 +0200

Deploying fragmented clusters using keyfile

Deploy Sharded Cluster with Keyfile Access Control 1. Create a configuration server replication set 1.1 Create database folders mkdir -p /configdb/{conf,data,log} 1.2 Generate keyfile file openssl rand -base64 756 > /db/conf/keyfile chmod 400 /db/conf/keyfile After generation, all nodes in the cluster use the ...

Posted by esfisher on Thu, 16 May 2019 10:52:31 +0200

Generate certificates for WEB servers with openssl (self-signed CA certificates, server certificates)

Generate certificates for WEB servers with openssl (self-signed CA certificates, server certificates) Source: https://www.cnblogs.com/osnosn/p/10608455.html Come from osnosn's blog Written in: 2019-03-28. Do not want to use self-signed certificate, want to apply for a free server certificate online, see this article: Apply for Freessl Server C ...

Posted by rid243 on Wed, 15 May 2019 13:31:28 +0200

Hot Deployment of Nginx

As a reverse proxy and load balancing server, nginx must be highly available, so it supports hot deployment.The hot deployment of nginx is closely related to its concurrency model.To put it plainly, it's because of the master process.When ngnix is notified to re-read the configuration file, the master process makes grammatical errors.If there ...

Posted by holowugz on Thu, 09 May 2019 23:28:03 +0200

[Front End] Use jsencrypt for front-end encryption of parameters

For login function in a project, parameters are usually submitted to the server through form form or ajax for validation. In this process, if the login password is encrypted once in the front end, the security is better than that of direct submission.Recently, when I read the login page of the blog park, I found that the login ...

Posted by Sentosa on Thu, 09 May 2019 07:06:03 +0200

nginx docker container configuration https(ssl)

Certificate generation First, you need https certificate files. If you have purchased certificates from Certificate Authorization center, you can skip this step. Here we introduce how to generate self-signed certificates. Self-signed certificates refer to certificates that are not issued by Certificate Authority, but generated by the relevant t ...

Posted by robtbs on Wed, 08 May 2019 23:36:03 +0200

Installing rabbitMQ under liunx and its extension

Install RabbitMQ Install Erlang Erlang dependency libraries: GCC Compile and use Ncurses Can be in Linux A Library for Writing Character User Interface in Terminals OpenSSL It is a powerful secure socket layer cryptographic library, including the main cryptographic algorithms, commonly used key and certificate encapsulatio ...

Posted by rocketsprocket on Wed, 08 May 2019 12:20:03 +0200