Tag: implement verisign certificate in apache
-
Create CSR and implement in apache
These steps are used to generate a CSR to get the SSL certificate signed with verisign. The filenames used are just examples. $ /usr/bin/openssl genrsa -rand /dev/urandom -out <web_root>/domain_name.key 2048 $ /usr/bin/openssl req -new -key <web_root>/domain_name.key -out <web_root>/domain_name.csr Country Name (2 letter code) [GB]: State or Province Name (full name) [Berkshire]: Locality Name (eg, city)…