All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Dave-Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:56, 15 November 2023 Dave talk contribs created page Dell iDRAC (Created page with "=SSL Certificate= Prerequisite: Install RACADM on a Linux or Windows box (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)<br/><code>racadm -r <RAC IP Address> -i sslkeyupload -t 1 -f idrac.key</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>")