Install Required Files Yum install openssl-* -y Create database index files Enter the certificate serial number as 01 Generate a private key file Create a CA certificate using a private key openssl req -new -x509 -key /etc/pki/CA/private/cakey.pem -days 3650 -out /etc/pki/CA/cacert.pem Issue a certificate to the user (taking the /data/skills directory as an example) Apply for a private key Apply for a certificate using the requested private key file openssl -req -new -key /data/skills/skills.key -out /data/skills/skills.csr Create a certificate using the csr just now openssl ca -in /data/skills/skills.csr -out /etc/pki/CA/certs/skills.crt -days Check the validity of the certificate openssl ca -status 01 shows the following success Transfer the parent ca and ca to Windows Trust This is the end of this article about the tutorial on how to create a CA certificate in Centos8 on Linux. For more information about how to create a CA certificate in Centos8, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Graphical explanation of the solutions for front-end processing of small icons
>>: Solution to the problem of child element margin-top causing parent element to move
What is element-ui element-ui is a desktop compon...
Recently, when running an old RN project, the fol...
This article uses examples to explain the concept...
Table of contents The role of cloneElement Usage ...
We implement a red image style for the clicked bu...
The functions of the three attributes flex-grow, ...
This article shares the specific code of JavaScri...
Table of contents Preface 1. Object.freeze() 2. O...
Q: Whether using Outlook or IE, when you right-cl...
Preface The similarities and differences between ...
Preface Project requirements: Install the Docker ...
This article mainly introduces 6 solutions to the...
This article mainly explains the style of buttons...
When a web project gets bigger and bigger, its CS...
YSlow is a page scoring plug-in developed by Yaho...