当前位置:网站首页>Ssl== certificate related concepts
Ssl== certificate related concepts
2022-07-29 03:47:00 【A java development】
http://t.zoukankan.com/top5-p-1589129.html
https://blog.csdn.net/weiyuanke/article/details/87256937use OPSSL Generate CSR Document and KEY file , Hold CSR Documents to CA Certification body let CA Signature of certification authority , Sign and return CRT file ,CRT Document and KEY The file is stored in the server ( Or use OPENSSL take CRT and KEY The documents are merged into PFX file , This file is very familiar , Put it in springboot Project resource You can configure it under the directory SSL), Request the server to get CRT file , The client goes to CA Verified by Certification Authority CRT Document authenticity ( This process may not need to CA Agency verification , The computer or browser comes with something you can trust CA Institutional information ?), If it's true , Just use CRT The public key encryption recorded in the file should be sent after passing the information to the server . The service side with KEY The private key in the file decrypts the received information .
Openssl Generate CSR Document method _chengqiuming The blog of -CSDN Blog _openssl Generate csr file
=======================================
CSR file :Certificate Signing Request Abbreviation , Certificate signing request , Keep the public key 、 Bound domain name 、 Company information 、 Region and other information
https://www.cnblogs.com/guanshan/p/guan2022-1-28.htmlKEY file : The file where the private key is stored
CRT file :Certificate, after CA The official certificate after the signature and authentication of the organization , Self use OPENSSL Signature authentication is also ok
CA: E-commerce certification authority (CA, Certificate Authority)
PFX Documents or P12 file : For convenience, such as springboot This program reads , take CRT file 、 The private key is packaged together to generate a file , You need to provide an additional password when packaging .
JKS file :jdk Built-in tools keytool.exe pack CRT file 、 The file generated after the private key .keytool=openssl, Just two commands for creating and decompressing various files 、 The format is different , So there are two ways to generate online , The command used will be automatically generated

======================
PEM file ? I think equal to CRT be equal to CER, Because to nginx Two files are required for the certificate ,PEM+KEY perhaps CRT+KEY perhaps CER+KEY
Nginx install SSL certificate _love_yu_er The blog of -CSDN Blog
======================
java keytool Tools
边栏推荐
- Overestimated test driven development?
- Anaconda offline installation environment
- Why do many programmers hate pair programming?
- Raft protocol - process demonstration
- AI_ Drug: VAE of molecular generation model (I)
- Sleuth+zipkin to track distributed service links
- Several cases of word wrapping in div
- Extended operator of new features in ES6
- What have I learned from 200 machine learning tools?
- 大厂们终于无法忍受“加一秒”了,微软谷歌Meta等公司提议废除闰秒
猜你喜欢

tron OUT_ OF_ ENERGY

Various minor problems of jupyter notebook, configuration environment, code completion, remote connection, etc

LVS+KeepAlived高可用部署实战应用

RHCE的at,crontab的基本操作,chrony服务和对称加密和非对称加密

消费行业数字化升级成 “刚需”,weiit 新零售 SaaS 为企业赋能!

Typescript from getting started to mastering (XVI) configuration file - first knowledge of compileroptions configuration item

EMD empirical mode decomposition

UCOS任务切换过程

Connection broken by 'readtimc rt-443): read timed out (read timeout=l5)“)‘: /pac

Rdkit II: use rdkit screening to screen 2D pharmacophores of chemical small molecules
随机推荐
Overestimated test driven development?
【C语言入门】ZZULIOJ 1031-1035
(newcoder 15079)无关(容斥原理)
1. Header file - Comment - namespace - standard input / output stream
Use case of arrow function of new features in ES6
Data too long for column 'xxx' at row 1 solution
Functions and comparison of repeaters, hubs, bridges, switches and routers
Typescript from entry to mastery (XVIII) joint type and type protection
Connection broken by 'readtimc rt-443): read timed out (read timeout=l5)“)‘: /pac
Solve the problem of garbled code when opening the project code in idea
JS cookie usage
tron OUT_ OF_ ENERGY
The function parameters of the new features of ES6 are assigned initial values and rest parameters
MOS管 —— 快速复苏应用笔记(贰)[参数与应用]
Simple understanding of CDN, SDN and QoS
向日葵远程控制为何采用BGP服务器?自动最优路线、跨运营商高速传输
Getting started with caspin
Sleuth+zipkin to track distributed service links
Typescript from getting started to mastering (XVI) configuration file - first knowledge of compileroptions configuration item
实例搭建Flask服务(简易版)