当前位置:网站首页>Self signed certificate generation
Self signed certificate generation
2022-06-24 21:06:00 【AcTarjan】
RSA Private key
- Use openssl Generate RSA Private key
openssl genrsa -des3 -out server.key 2048
#-des3 encryption algorithm
#-out server.key Generated file name
#2048 Number of secret keys , The more, the more secure
# The password needs to be set in the process , When viewing the private key
- see RSA Private key
openssl rsa -text -in server.key
#-text Format when viewing
#-in server.key RSA Private key file
# Enter the set password in the process
Certificate signing request (Certificate Signing Request)
- Use openssl Generate
openssl req -new -key server.key -out server.csr
#-key RSA Private key
#-out server.csr Generated csr file
- see CSR file
openssl req -text -in server.csr -noout
#-in server.csr View the files
#-noout No need to generate files
Generate CA certificate
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
#x509 Certificate standards
-days 365 The certificate is valid for
-in server.csr Certificate signing request
-signkey server.key The key used for signing
-out server.crt Generated CA certificate
边栏推荐
- Common member methods of the calendar class
- Leetcode (146) - LRU cache
- The latest simulated question bank and answers of the eight members (Electrical constructors) of Sichuan architecture in 2022
- Limit summary (under update)
- Responsibility chain mode -- through interview
- Postman assertion
- Does the developer want to change to software testing?
- OSI notes sorting
- Vant component used in wechat applet
- Second understanding permutation and combination
猜你喜欢

The four stages of cloud computing development have finally been clarified

Byte and Tencent have also come to an end. How fragrant is this business of "making 30million yuan a month"?

在Dialog中使用透明的【X】叉叉按钮图片

JMeter parameterization

Visitor model -- generation gap between young and middle-aged people

Leetcode (135) - distribute candy
浅谈MySql update会锁定哪些范围的数据

Common data model (updating)

Basic operation of sequence table

Sequential stack traversal binary tree
随机推荐
Implement the redis simple client customized based on socket
等保备案是等保测评吗?两者是什么关系?
Open function
Undo log and redo log must be clear this time
顺序栈遍历二叉树
Basic operation of sequence table
Microsoft Certification (dynamic 365) test
Leetcode(146)——LRU 缓存
Interpreter mode -- formulas for dating
科创人·味多美CIO胡博:数字化是不流血的革命,正确答案藏在业务的田间地头
Mr. Hu Bo, CIO of weiduomei, a scientific innovator: digitalization is a bloodless revolution, and the correct answer lies in the field of business
Hongxiang Yunteng is compatible with dragon lizard operating system, and the product runs stably
Format method and parse method of dateformat class
Use the transparent [x] cross button image in the dialog
浅谈MySql update会锁定哪些范围的数据
基于QT+MySQL的相机租赁管理系统
Shrimp skin test surface treated
Nifi fast authentication configuration
伯克利、MIT、劍橋、DeepMind等業內大佬線上講座:邁向安全可靠可控的AI
[performance tuning basics] performance tuning strategy