How can i create a csr certificate to be able to activate an ssl in godaddy?
I want to create a CSR certificate in order to activate an SSL in GoDaddy
Log In to Comment
I want to create a CSR certificate in order to activate an SSL in GoDaddy
openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr
Simply change yourdomain.key
and yourdomain.csr
to your actual domain. You can then run:
cat yourdomain.csr
... and copy the output to GoDaddy as your CSR.