I have a customer that needs to renew his SSL certificate and when I
generated a new CSR in the GUI and posted it into the request site, I
received an error that the CSR is not 2048 bit key length.
How do I generate this for the vsite using the GUI? Is it possible
with the GUI?
I attempted to generate it from the shell, but didn't see how it would
generate a csr for the vsite.
openssl genrsa -des3 -out <name of your certificate>.key 2048
openssl req -new -key <name of your certificate>.key -out <name of
your certificate>.csr
Any suggestions?
John Sikes