当前位置:网站首页>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/87256937
use 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.html
KEY 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
边栏推荐
- SQL窗口函数
- Alibaba Font Icon Library Usage and update methods
- 2. Variables and scope
- Build redis environment under windows and Linux
- Machine learning [numpy]
- Use case of arrow function of new features in ES6
- Several cases of word wrapping in div
- 向日葵远程控制为何采用BGP服务器?自动最优路线、跨运营商高速传输
- How do programmers use code to completely end those things in the system?
- Malloc C language
猜你喜欢
Various minor problems of jupyter notebook, configuration environment, code completion, remote connection, etc
Machine learning based on deepchem
I.MX6U-驱动开发-2-LED驱动
Shutter start white screen
Connect with third-party QQ login
Connection broken by 'readtimc rt-443): read timed out (read timeout=l5)“)‘: /pac
SSL==证书相关概念
Practical application cases of digital Twins - smart energy
What have I learned from 200 machine learning tools?
(2022杭电多校三)1002-Boss Rush(状压DP+二分)
随机推荐
【C语言入门】ZZULIOJ 1031-1035
Shopify卖家:EDM营销就要搭配SaleSmartly,轻松搞定转化率
Since 2019, you must have stopped using this marketing strategy
RHCE's at, crontab's basic operations, the Chrony service, symmetric encryption and asymmetric encryption
Process tracking of ribbon principle
Microcomputer principle and interface technology
Simple use of eventbus
2. Variables and scope
消费行业数字化升级成 “刚需”,weiit 新零售 SaaS 为企业赋能!
EMD 经验模态分解
Rdkit II: use rdkit screening to screen 2D pharmacophores of chemical small molecules
Exness: dove resolution helped gold rebound, and the focus turned to U.S. GDP
MOS tube - rapid recovery application notes (II) [parameters and applications]
Flask framework operation database_ Add, delete, modify and query statements
大厂们终于无法忍受“加一秒”了,微软谷歌Meta等公司提议废除闰秒
Uni app internationalization
Sunflower senior product director technology sharing: "how to apply national remote control" in AD domain environment
Extended operator of new features in ES6
深入C语言(3)—— C的输入输出流
Android view system and custom view Series 1: (kotlin version)