Index: [Article Count Order] [Thread]

Date:  Tue, 22 Sep 2009 22:14:22 -0500
From:  John Sikes <jsikes (at mark) sikesland.com>
Subject:  [coba-e:16052] Generate site CSR with 2048 key using GUI
To:  coba-e (at mark) bluequartz.org
Message-Id:  <79D2EB9C-4C6B-4757-8539-71DBB163037B (at mark) sikesland.com>
X-Mail-Count: 16052

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