Dell iDRAC

From Dave-Wiki
Revision as of 13:43, 4 June 2025 by Dave (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SSL Certificate

Prerequisite: Install RACADM on a Linux or Windows box (included in Dell iDRAC Tools; latest version is 11.1.0.0 as of 2023-11-14).

  1. Generate a CSR & Private Key, and sign it by your CA
  2. Upload Private Key (RSA)
    racadm -r <RAC IP Address or FQDN> -i sslkeyupload -t 1 -f idrac.key
  3. Upload Certificate
    racadm -r <RAC IP Address or FQDN> -i sslcertupload -t 1 -f idrac.crt
  4. Restart iDRAC
    racadm -r <RAC IP Address> -i racreset

Note Info:  No need to specify -u or -p in the racadm command - it will prompt you for credentials.

Note Info:  DNS iDRAC name (in iDRAC Settings) must match FQDN, or you'll get a 400 Error.