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
1. First look at the request configuration file, ...
1. The proxy_pass directive of the 1.ngx_stream_p...
The PHP base image used in this article is: php:7...
This article summarizes some simple principles of...
1. Overflow Overflow is overflow (container). Whe...
mysql query control statements Field deduplicatio...
The first article on data backup and restoration ...
Table of contents Target Thought Analysis Code la...
Table of contents 1. Introduction to built-in obj...
In more and more websites, the use of XHTML is rep...
1. Virtual environment virtualenv installation 1....
Flex layout is also called elastic layout. Any co...
Idea: Just sort randomly first and then group. 1....
Table of contents Method 1 1. Configuration and i...
By default, the table title is horizontally cente...