I was given a 4-node C6100 as a development/test environment for a project. As it turns out, recent versions of Firefox and IE no longer allow me to connect to web servers with less than 1024bit RSA encryption keys, and the embedded web server in the C6100 IPMI has a 512bit key.
Is there any way to regenerate the web certs using a larger RSA key size (e.g. via ipmitool from Linux) ?
The IPMI web u/i itself doesn't appear to allow configuring http(s) at all (an alternative for me would be to turn off https completely and just go in via cleartext http).
Thanks in advance for any ideas!