How Linux Creates Private CA s and Apply for Certificates

Openssl configuration file: / etc/pki/tls/openssl.cnfThree strategies: matching, supporting and optional. Matching: refers to the requirement to fill in the application information and CA settings information must be consistent; support: refers to the need to fill in the application information; optional: refers to whether it is necessary or no ...

Posted by zsxdcfv21 on Wed, 22 May 2019 12:07:02 -0700

Apache Httpd 2.2 Configure CA Certificate to Encrypt Https Communication

Personal blog address: http://www.pojun.tech/ Welcome to visit What is CA Certificate _About what CA certificate is, and how to apply for and build CA certificate using Open-SSL, we have already introduced it in previous articles, and we will not repeat it here. If in doubt, refer to the previous article. http://www.pojun.tech/blog/2017/0 ...

Posted by kendall on Mon, 20 May 2019 12:16:34 -0700

Android studio automatically generates apk s with system privileges

Using Android source directory as the root directory in Linux environment Generate temporary file platformpem Generating a platformp12 file in a directory should essentially be a digital certificate Generating eclipse and AS both recognize platformjks Configure gradleapp Reference link 1 In Linux environment, take Android source dir ...

Posted by kotun on Thu, 16 May 2019 11:35:38 -0700

Problem and Solution of https Request Failure of Android Mobile Wechat 7.0.4 Debugging Widget

Note: To read this article, you need an Android phone that already has root! Explain System: MacOS 10.13.6 Mobile phone: millet 6 (already root) Pack Grabbing Tool: Charles Wechat Version: 7.0.4 phenomenon Android phones can't grab https requests through Charles proxy. I used 7.0.3 the day before yesterday (April 16, 2019). I don't know why I ...

Posted by bluntster on Wed, 15 May 2019 23:57:03 -0700

docker configures private warehouses

This tutorial uses the operating system CentOS 7. docker installation configuration If the docker is not installed on the machine, it can be installed quickly by the following means (for maximum consistency, the version specified here): yum -y install docker-1.12.6-28.git1398f24.el7.centos.x86_64 #Start docker systemctl start ...

Posted by rafadc on Wed, 08 May 2019 14:45:39 -0700

Mac OS X System Installation Nginx

1. Preparations When installing Nginx, because some modules of Nginx need to rely on other third-party libraries, such as pcre library (supporting rewrite module), zlib library (supporting gzip module) and openssl library (supporting ssl module), it is recommended to install with the help of Homebrew tool. Homebrew Reference: ...

Posted by robertf on Fri, 05 Apr 2019 15:18:31 -0700

Tengine 2.1.2 (nginx/1.6.2) Installation Configuration, Taobao Web Server

brief introduction Tengine is a Web server project initiated by Taobao.com. On the basis of Nginx, it adds many advanced functions and features to meet the needs of large-scale visiting websites. Tengine's performance and stability have been well tested on large websites such as Taobao and Tianmao Mall. Its ultimate goal is to build an effici ...

Posted by DoD on Fri, 22 Mar 2019 23:09:56 -0700

[Linux] Implementing RSA Asymmetric Encryption with openssl

Simple definition: public key and private key. Encryption and decryption use two different keys, so they are asymmetric. System: ubuntu 14.04 Software: openssl java php   Generating public key and private key Use commands to generate private keys: openssl genrsa -out rsa_private_key.pem 1024 Parameter: genrsa generated key - out output to fi ...

Posted by masgas on Thu, 21 Mar 2019 08:57:53 -0700

Nginx configures Google fonts reverse proxy to turn on HTTP2/SSL support

Because of the use of Google fonts PT Serif fonts for blog themes, only Google fonts fonts fonts fonts can be used in China through the proxy of CUHK. Recently, however, it has been found that its speed is unstable and its response time sometimes exceeds 600 ms. Just because I have it. VPS of vultr (with small tail) I set up one for myself. The ...

Posted by lhaynes on Mon, 11 Feb 2019 09:45:17 -0800

RabbitMQ start error throw:{error,{missing_dependencies,[crypto,ssl]

Error when starting rabbitmq-server: 2018-01-03 06:16:32.494 [info] <0.33.0> Application lager started on node rabbit@ubuntu 2018-01-03 06:16:32.507 [info] <0.5.0> Log file opened with Lager 2018-01-03 06:16:33.438 [error] <0.5.0> Error description: init:do_boot/3 init:start_em/1 rabbit:s ...

Posted by bladecatcher on Fri, 08 Feb 2019 13:30:17 -0800