Generate CSR file for GoDaddy SSL certificate in OSX, using terminal command line and openssl

This works for generating CSR files required by GoDaddy SSL certificates. This will work with more than just GoDaddy SSL certificates, you can even sign your own certificates. In the Terminal application, type: $ openssl genrsa -des3 -out domain.key 2048 You will now have to enter a passphrase, so type: $ openssl req -new -key… Continue reading Generate CSR file for GoDaddy SSL certificate in OSX, using terminal command line and openssl