Last Updated: February 25, 2016
·
374
· jcarlosjl

Creating key and csr files for common "Godaddy certificate"

With this command you can obtain all that you need for create the .key and .csr files in order to request a common validation for a custom certificate

openssl req -nodes -newkey rsa:2048 -keyout server.key -out mydomain.com.csr</code>