This video will show you how to generate a Certificate Signing Request CSR on CentOS 8.
A CSR is normally sent to a certificate provider who will supply you with a certificate based from the CSR.
This video uses CentOS 8 Linux however the process should be much the same on all Linux operating systems.
The commands in this video are:
- sudo yum install openssl
- openssl req -new -newkey rsa:2048 -nodes -keyout yourkeyname.key yourdomainname.csr