ssl protocol and open source implementation of openssl

ssl protocol Secure Socket Layer: Secure Socket Layer, ssl is a set of security protocols, which are called by application layer. When http calls ssl protocol, it is called https. When ftp calls ssl protocol, it is called sftp. lls is a collection of protocols, including: Handshake protocol: including negotiating security parameters and pas ...

Added by myflashstore on Tue, 11 Jun 2019 03:01:04 +0300

First, what is dependency injection?

This is an article I translated from a website abroad. What is Dependency Injection? For the first time, excuse me. This article is part of a series of articles on dependency injection and PHP lightweight container implementations:Part 1: What is Dependency Injection?Part 2: Do you need a Dependency Injection Container?Part 3: Introduction to ...

Added by Buglish on Mon, 10 Jun 2019 23:23:40 +0300

kubernetes cluster full stack monitoring and alarm scheme kube-prometheus

Reference Documents http://www.servicemesher.com/blog/prometheus-operator-manual/ https://github.com/coreos/prometheus-operator https://github.com/coreos/kube-prometheus Background environment kubernetes Cluster version 1.13, pure binary build, reference k8s1.13 Cluster Deployment Coreos/kube-prometheus is isolated from coreos/prometheus-o ...

Added by AlGale on Tue, 04 Jun 2019 20:26:27 +0300

JAVA Creates MS AD Account and Sets Password through SSL Certificate

JAVA Creates MS AD Account and Sets Password through SSL CertificateRecently, due to the need for work to sort out automation things, because the company launched OA last year, so the company's entry system will submit user information to the IT department, the earliest way is to enter, the IT department collects user information in AD to creat ...

Added by zzlong on Tue, 21 May 2019 02:29:58 +0300

tomcat configures ssl certificate to realize https access to website

I. Application Certificate The application process is brief. fileauth.txt,.jks secret key file and secret key password Two, configuration Engineering code (1) Upload certificate files, file location: WebRoot/.well-known/pki-validation/fileauth.txt (2) Add the following code to web.xml: <security-constraint> <we ...

Added by louie on Sat, 18 May 2019 00:09:16 +0300