Unsolved
4 Posts
0
558
May 2nd, 2022 09:00
iDrac Certificate Configuration
I am using Open Manage Enterprise to manage our physical servers through the iDrac. I have setup templates for our iDrac configuration, profiles to configure them and I am using configuration management to enforce the configuration. Everything is working great.
The servers are Poweredge R740's (and 750's when they arrive later this year) with iDrac9.
I would like to automate the creation and renewal of the iDrac web SSL/TLS certificate if at all possible. I realize most of this functionality will be outside the scope of OpenManage and the iDrac but I figured I would ask just in case.
Is there way to automate this? If not (see disclaimer above) is there a way to populate the CR fields? I could probably make a series of RACADM commands to do it, put it in Open Manage and run the script but I am seeing if there is something I have missed in configuration management to make this easier.
Thanks in advance



Muese
1 Rookie
•
22 Posts
0
May 31st, 2022 05:00
You mean to renew the iDrac self generated certificate?
should be able todo with the command
racadm sslresetcfg
this can run also remote
racadm -r -u root -p sslresetcfg
https://www.dell.com/community/Systems-Management-General/iDRAC6-sslresetcfg/td-p/5125524
Regards
Muese