Results 1 to 6 of 6

Thread: 2048-bit CSRs

  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    May 2003
    Posts
    92
    cPanel/WHM Access Level

    DataCenter Provider

    Default 2048-bit CSRs

    Hello,

    I have a customer who has generated through WHM a CSR for his account. Unfortunately his SSL registrar has come back to say:

    * Public key size must be at least 2048 bits.
    * The CSR you submitted has a 1024 bit key size.
    The EV guidelines do not allow us to issue an EV certificate with a CSR less
    than 2048 bits.
    You must generate a new CSR that has a 2048 bit or higher key size.

    I thought cPanel's SSL manager generated 2048 bit requests by default. The customer is running Centos 4 64-bit.
    Memset Dedicated Hosting
    Managed, dedicated and VPS systems
    http://www.memset.com

  2. #2
    EWD
    EWD is offline
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2003
    Location
    NY
    Posts
    167

    Default

    Same issue here.
    Anyone have any ideas on this?
    Emerson

  3. #3
    EWD
    EWD is offline
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2003
    Location
    NY
    Posts
    167

    Default

    Does not look like cpanel/whm supports this so I have created an enhancement request at http://bugzilla.cpanel.net/show_bug.cgi?id=8433

    Everyone should vote on this in order to get cpanel to consider implementing it.

    Geotrust started with this new rule and I am pretty sure other SSL vendors will follow suit so this is important.
    Emerson

  4. #4
    EWD
    EWD is offline
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2003
    Location
    NY
    Posts
    167

    Default

    In the meantime you can generate both the key and CSR via command line

    First do:
    openssl genrsa -out domainname.com.key 2048

    Then do:
    openssl req -new -key domainname.com.key -out domainname.com.csr
    Emerson

  5. #5
    cPanel Development cPanelKenneth's Avatar
    Join Date
    Apr 2006
    Posts
    4,133
    cPanel/WHM Access Level

    Root Administrator

    Default

    This feature is added to our internal builds. Future cPanel 11.24 builds should have this for both the WHM and cPanel SSL interfaces.

  6. #6
    EWD
    EWD is offline
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2003
    Location
    NY
    Posts
    167

    Default

    cpanelkenneth,
    Awesome, thanks.

    Happy New Year
    Emerson

Similar Threads

  1. 2048 bit SSL CSR
    By optize in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 10-19-2012, 07:55 PM
  2. Migrating Accounts from 32-bit to 64-bit Linux
    By jkoconnell in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 04-26-2011, 02:19 AM
  3. 1024-bit encryption keys versus 2048
    By handsonhosting in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 11-22-2010, 06:15 PM
  4. Installation of 2048 bit SSL certificate
    By mitchnelson in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 01-20-2009, 04:15 PM
  5. Centos 64 bit and 32 bit problems
    By Seyhun in forum cPanel & WHM Discussions
    Replies: 8
    Last Post: 02-15-2008, 07:04 AM