Dell iDrac 2048 bit CSR
Got an iDRAC card in your Dell server and want to generate a 2048 bit certificate signing request? You’ll need to modify the settings on the DRAC to change it from the default 1024 bit request.
SSH into the iDRAC and then type the racadm command as indicated:
/admin1-> racadm config -g cfgRacSecurity -o cfgRacSecCsrKeySize 2048
Object value modified successfully
/admin1->