DEV Community

CoconutMacaroon
CoconutMacaroon

Posted on • Updated on

Setting up iDRAC 6 with Let's Encrypt SSL Certificates

Get a Let's Encrypt cert. Once you've done, that, you will have several files: cert.pem, chain.pem, fullchain.pem, and privkey.pem. On Windows, open Admin PowerShell. Do racadm -r 192.168.1.60 -u root -p calvin sslkeyupload -t 1 -f .\privkey.pem to upload the private key (replace the username/password as needed). Now do racadm -r 192.168.1.60 -u root -p calvin sslcertupload -t 1 -f .\cert.pem to upload the cert.pem file. Wait a bit (maybe five minutes), and iDRAC will work with SSL. Ignore the full chain, we don't need that.

Top comments (0)