Access keystore on Sun ONE Webserver 6.1 for 2048 bit key length SSL
Posted
by
George Bailey
on Server Fault
See other posts from Server Fault
or by George Bailey
Published on 2011-02-01T22:29:10Z
Indexed on
2012/07/09
21:18 UTC
Read the original article
Hit count: 347
We want to get 2048 bit key length CSR requests. The browser based GUI provides us with a 1024 bit CSR and I don't know how to change that.
It seems that 1024 bit key lengths will no longer supported by SSL companies. (Lower cost options only support 2048 bit. Thawte who is much more expensive say they accept 1024 for only one or two year certificates, but not 3). The legacy systems in question are running Sun ONE Webserver 6.1. Upgrading would be time consuming and we would rather not have to do that right now. We will be phasing these out but it will take awhile, so...
Got it!!
It is for the same version webserver I am using.
/opt/SUNWwbsvr/bin/https/admin/bin/certutil -R -s "CN=sub.domain.ext,OU=org unit,O=company name,L=city,ST=spelled state,C=US,E=email" -a -k rsa -g 2048 -v 12 -d /opt/SUNWwbsvr/alias -P https-sub.domain.ext-hostname- -Z SHA1
© Server Fault or respective owner