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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)