self signed certs

steps to generate csr 1 Prerequisites 2 Generate the RSA key 3 Create a CSR 4 Verify your CSR 5 Submit your CSR [root@machine1 ~]#yum install openssl openssl-devel -y [root@machine1 ~]# mkdir example.com.ssl [root@machine1 ~]# cd example.com.ssl/ [root@machine1 example.com.ssl]# openssl genrsa -out ./example.com.key 2048 Generating RSA private key, 2048 bit long modulus .....+++ .....................+++ e … Continue reading self signed certs