Skip to content

Instantly share code, notes, and snippets.

@return0927
Created November 16, 2022 15:03
Show Gist options
  • Save return0927/16b85428caf634087ae87a3ac506f2df to your computer and use it in GitHub Desktop.
Save return0927/16b85428caf634087ae87a3ac506f2df to your computer and use it in GitHub Desktop.
Dell iDRAC install cert via RACADM
#!/bin/bash
racadm sslkeyupload -t 1 -f privkey.pem
racadm sslcertupload -t 1 -f cert.pem
racadm racreset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment