Zimbra CSR is Invalid, 2048-bit Private Key Required
- March 12th, 2013
- Posted in Networking . Security . Software
- By كارما
- Write comment
If your certificate authority has increased their key requirements to 2048 bit your CSR may be rejected when generated like so:
# /opt/zimbra/bin/zmcertmgr createcsr comm -new "/C=CA/ST=ON/L=Toronto/O=Yourbusiness/OU=Yourdept/CN=mail.server.com"
Fortunately, the -keysize flag was added in Zimbra 6.x:
# /opt/zimbra/bin/zmcertmgr createcsr comm -new -keysize 2048 "/C=CA/ST=ON/L=Toronto/O=Yourbusiness/OU=Yourdept/CN=mail.server.com"








No comments yet.