cancel
Showing results for 
Search instead for 
Did you mean: 

Generating a 2048 bit CSR with Zone Director

donald_curry_58
New Contributor III
By using the CSR generation in the zone director, I am able to generate a CSR, but it is not accepted by my certificate authority service because it is not 2048 bit.

What is the process or a work around for generating a 2048 CSR for the Zone Director?
2 REPLIES 2

rahul_koul
Contributor
I hope you have already tried using different browsers and are selecting the 2048 key length. Try Firefox or Chrome.

You can try restoring the certificate and you have an option to do that on ZD WebUI :: Configure :: Certificate :: Restore to Default Certificate/Private Key unless you have an older firmware on the ZD.

Otherwise, you can try from the CLI:

Ruckus> en
Ruckus# config
Ruckus (config)# certificate
Ruckus (config-certificate)# restore

Please keep in mind that ZD will restart after you apply the changes so kindly run these commands after production hours. After that you can login to ZD and request a CSR again.

I hope this is helpful.

donald_curry_58
New Contributor III
This worked. The interface doesn't make it clear that you have to use the re-generate private key option before the CSR will be generated as 2048 length. As a feature request the key length should probably be 2048 by default as 1024 is antiquated.