Dell iDRAC: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
# Upload Certificate<br/><code>racadm -r <RAC IP Address> -i sslcertupload -t 1 -f idrac.crt</code> | # Upload Certificate<br/><code>racadm -r <RAC IP Address> -i sslcertupload -t 1 -f idrac.crt</code> | ||
# Restart iDRAC<br/><code>racadm -r <RAC IP Address> -i racreset</code> | # Restart iDRAC<br/><code>racadm -r <RAC IP Address> -i racreset</code> | ||
Note: DNS iDRAC name (in iDRAC Settings) must match FQDN, or you'll get a 400 Error. |
Latest revision as of 01:57, 15 November 2023
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).
- Generate a CSR & Private Key, and sign it by your CA
- Upload Private Key (RSA)
racadm -r <RAC IP Address> -i sslkeyupload -t 1 -f idrac.key
- Upload Certificate
racadm -r <RAC IP Address> -i sslcertupload -t 1 -f idrac.crt
- Restart iDRAC
racadm -r <RAC IP Address> -i racreset
Note: DNS iDRAC name (in iDRAC Settings) must match FQDN, or you'll get a 400 Error.