Create a Certificate Signing Request using the RSA private key
openssl req -new -key domain.com.key -out domain.com.csr
Use following script for generating CSR
#/scripts/gencrt
This script will ask you all the information like email address , domain name, Ip Address country code , Locality , Company , company Divison etc.
enter the proper information as per the request and the certificate will get generated under directory /usr/share/ssl/Certs/ as www.tuks123.com.csr
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment